Documentation ¶
Overview ¶
Kubernetes
This module provides functions for Kubernetes interactions
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckNamespace ¶
func CheckNamespace(clientset kubernetes.Interface, name string, dryrun bool) error
checkNamespace checks existence of Namespace and creates it if it's needed kubernetes.Interface is used for mock in tests
func GetKubernetesClient ¶
func GetKubernetesClient(kubeconfigPath string) (*kubernetes.Clientset, error)
GetKubernetesClient returns Kubernetes client
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.