Documentation
¶
Index ¶
- func NewClientset(kubeconfigPath string) (*kubernetes.Clientset, error)
- func NewClientsetFromConfigFlags(flags *genericclioptions.ConfigFlags) (*kubernetes.Clientset, error)
- func NewClientsetWithProtobuf(kubeconfigPath string) (*kubernetes.Clientset, error)
- func NewKubeConfig(kubeconfigPath string) (*rest.Config, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewClientset ¶
func NewClientset(kubeconfigPath string) (*kubernetes.Clientset, error)
func NewClientsetFromConfigFlags ¶
func NewClientsetFromConfigFlags(flags *genericclioptions.ConfigFlags) (*kubernetes.Clientset, error)
func NewClientsetWithProtobuf ¶ added in v0.33.0
func NewClientsetWithProtobuf(kubeconfigPath string) (*kubernetes.Clientset, error)
NewClientsetWithProtobuf creates a client to talk to the Kubernetes API server using protobuf encoding.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.