Documentation ¶
Index ¶
- func CreateSecret(clientSet kubernetes.Interface, name, namespace string, data map[string][]byte) (*corev1.Secret, error)
- func GetConfigMap(clientSet kubernetes.Interface, namespace string) (*corev1.ConfigMap, error)
- func GetNamespaces(clientSet kubernetes.Interface) (*corev1.NamespaceList, error)
- func GetSecret(clientSet kubernetes.Interface, name, namespace string) (*corev1.Secret, error)
- func UpdateSecret(clientSet kubernetes.Interface, namespace string, secret *corev1.Secret, ...) (*corev1.Secret, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateSecret ¶
func GetConfigMap ¶
func GetNamespaces ¶
func GetNamespaces(clientSet kubernetes.Interface) (*corev1.NamespaceList, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.