Documentation ¶
Index ¶
- func AddToConfigMap(cli client.Client, namespace string, configMapName string, ...) (*corev1.ConfigMap, error)
- func CreateConfigMap(cli client.Client, namespace string, configMapName string, ...) (*corev1.ConfigMap, error)
- func GetStatefulSet(cli client.Client, labelSelector *metav1.LabelSelector, namespace string, ...) (*appsv1.StatefulSet, error)
- func MountConfigMap(cli client.Client, configMapNameSpace string, configMapName string, ...) error
- func RemoveFromConfigMap(cli client.Client, namespace string, configMapName string, ...) (*corev1.ConfigMap, error)
- type Options
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddToConfigMap ¶ added in v0.2.0
func CreateConfigMap ¶ added in v0.2.0
func GetStatefulSet ¶
func GetStatefulSet( cli client.Client, labelSelector *metav1.LabelSelector, namespace string, args Options, ) (*appsv1.StatefulSet, error)
func MountConfigMap ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.