Documentation ¶
Overview ¶
Package clientset initialize a Kubernete's client-go "clientset" (an initialized connection to the Kubernete's api-server) according the configuration.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewClientSet ¶
func NewClientSet(apiserver string, kubeconfig string) (*kubernetes.Clientset, error)
NewClientSet create a clientset (a client connection to a Kubernetes cluster). It will connect using the optional apiserver or kubeconfig options, or will default to the automatic, in cluster settings.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.