Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetKubeClientset ¶
func GetKubeClientset() (*kubernetes.Clientset, error)
func GetKubeConfig ¶
func GetKubeConfig() clientcmd.ClientConfig
Types ¶
type ClientPool ¶
type ClientPool interface {
GetClientset(k8sContext string) (*kubernetes.Clientset, error)
}
func NewClientPool ¶
func NewClientPool() ClientPool
Click to show internal directories.
Click to hide internal directories.