Interface KubernetesConfigMapActionBuilder
public interface KubernetesConfigMapActionBuilder
-
Method Summary
Modifier and TypeMethodDescriptionaddAnnotation(String configMapName) Add annotation on configMap instance.Add label on configMap instance.Create configMap instance.Delete configMap instance.
-
Method Details
-
create
Create configMap instance.- Parameters:
configMapName- the name of the Kubernetes configMap.
-
addAnnotation
Add annotation on configMap instance.- Parameters:
configMapName- the name of the Kubernetes configMap.
-
addLabel
Add label on configMap instance.- Parameters:
configMapName- the name of the Kubernetes configMap.
-
delete
Delete configMap instance.- Parameters:
configMapName- the name of the Kubernetes configMap.
-