Interface HasMetadataTemplate
- All Known Implementing Classes:
BuildConfigTemplate,DeploymentTemplate,InternalServiceTemplate,PodDisruptionBudgetTemplate,PodTemplate,ResourceTemplate,StatefulSetTemplate
public interface HasMetadataTemplate
Interface used for template objects which allow to configure Kubernetes metadata. This is used to have a shard
methods for getting the template values.
-
Method Summary
Modifier and TypeMethodDescriptionGets the metadata templatevoidsetMetadata(MetadataTemplate metadata) Sets the metadata template
-
Method Details
-
getMetadata
MetadataTemplate getMetadata()Gets the metadata template- Returns:
- Metadata template
-
setMetadata
Sets the metadata template- Parameters:
metadata- Metadata template
-