Documentation ¶
Index ¶
- Variables
- type Kubernetes
- func (k *Kubernetes) CreateClient(clusterName string) error
- func (k *Kubernetes) GetCacheClients() map[string]*k8sclient.K8sClient
- func (k *Kubernetes) GetClient(clusterName string) (*k8sclient.K8sClient, error)
- func (k *Kubernetes) GetInClusterClient() (*kubernetes.Clientset, error)
- func (k *Kubernetes) RemoveClient(clusterName string)
- func (k *Kubernetes) UpdateClient(clusterName string) error
Constants ¶
This section is empty.
Variables ¶
View Source
var (
InClusterClient *kubernetes.Clientset
)
Functions ¶
This section is empty.
Types ¶
type Kubernetes ¶
func (*Kubernetes) CreateClient ¶
func (k *Kubernetes) CreateClient(clusterName string) error
func (*Kubernetes) GetCacheClients ¶
func (k *Kubernetes) GetCacheClients() map[string]*k8sclient.K8sClient
func (*Kubernetes) GetClient ¶
func (k *Kubernetes) GetClient(clusterName string) (*k8sclient.K8sClient, error)
func (*Kubernetes) GetInClusterClient ¶
func (k *Kubernetes) GetInClusterClient() (*kubernetes.Clientset, error)
func (*Kubernetes) RemoveClient ¶
func (k *Kubernetes) RemoveClient(clusterName string)
func (*Kubernetes) UpdateClient ¶
func (k *Kubernetes) UpdateClient(clusterName string) error
Click to show internal directories.
Click to hide internal directories.