Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Clientset ¶
type Clientset kubernetes.Interface
Clientset is an alias to k8s.io/client-go/kubernetes.Interface
func BuildClientsetFromConfig ¶
func BuildClientsetFromConfig( kubeconfigBytes []byte, transportWrapper transport.WrapperFunc, ) (Clientset, error)
NewClientsetFromBytes builds a Clientset from a given Kubeconfig.
Takes an optional transport.WrapperFunc to add request/response middleware to api-server requests.
Click to show internal directories.
Click to hide internal directories.