Versions in this module Expand all Collapse all v1 v1.2.3 Jul 3, 2023 Changes in this version + func FakeCreateCM(kc KubernetesClient, clsuterInfofilepath string) error + func FakeCreateSecret(kc KubernetesClient, fakeAuthType, secretdatafilepath string) error + func FakeCreateSecretWithKey(kc KubernetesClient, secretName, dataName, secretdatafilepath string) error + func GetConfigMapData(kc KubernetesClient, configMapName, dataName string) (string, error) + func GetSecretData(kc KubernetesClient, secretName, secretKey string) (string, error) + type KubernetesClient struct + Clientset kubernetes.Interface + Namespace string + func FakeGetk8sClientSet() (KubernetesClient, error) + func Getk8sClientSet() (KubernetesClient, error)