kubectlk8s.io/kubectl/pkg/rawhttp Index | Files

package rawhttp

import "k8s.io/kubectl/pkg/rawhttp"

Index

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.16.11-rc.0
Published
May 20, 2020
Platform
js/wasm
Imports
7 packages
Last checked
11 minutes ago

Tools for package owners.