Documentation ¶
Index ¶
- func RawDelete(restClient *rest.RESTClient, streams genericclioptions.IOStreams, ...) error
- func RawGet(restClient *rest.RESTClient, streams genericclioptions.IOStreams, url string) error
- func RawPost(restClient *rest.RESTClient, streams genericclioptions.IOStreams, ...) error
- func RawPut(restClient *rest.RESTClient, streams genericclioptions.IOStreams, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
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
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.