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