package rawhttp
import "k8s.io/kubectl/pkg/rawhttp"
Index ¶
- func RawDelete(restClient *rest.RESTClient, streams genericclioptions.IOStreams, url, filename string) error
- func RawGet(restClient *rest.RESTClient, streams genericclioptions.IOStreams, url string) error
- func RawPost(restClient *rest.RESTClient, streams genericclioptions.IOStreams, url, filename string) error
- func RawPut(restClient *rest.RESTClient, streams genericclioptions.IOStreams, url, filename string) error
Functions ¶
func RawDelete ¶
func RawDelete(restClient *rest.RESTClient, streams genericclioptions.IOStreams, url, filename string) error
RawDelete uses the REST client to DELETE content
func RawGet ¶
func RawGet(restClient *rest.RESTClient, streams genericclioptions.IOStreams, url string) error
RawGet uses the REST client to GET content
func RawPost ¶
func RawPost(restClient *rest.RESTClient, streams genericclioptions.IOStreams, url, filename string) error
RawPost uses the REST client to POST content
func RawPut ¶
func RawPut(restClient *rest.RESTClient, streams genericclioptions.IOStreams, url, filename string) error
RawPut uses the REST client to PUT content
Source Files ¶
raw.go
- Version
- v0.19.17-rc.0
- Published
- Oct 28, 2021
- Platform
- js/wasm
- Imports
- 8 packages
- Last checked
- 9 minutes ago –
Tools for package owners.