Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KubernetesClient ¶
type KubernetesClient interface { GetConfigMap(namespace string, configMap string) (*v1.ConfigMap, error) UpdateConfigMap(namespace string, configMap *v1.ConfigMap) error }
func NewKubernetesClient ¶
func NewKubernetesClient() (KubernetesClient, error)
Click to show internal directories.
Click to hide internal directories.