Interface MetadataTemplateFluent<A extends MetadataTemplateFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
DeploymentTemplateFluent.MetadataNested<N>,ExternalServiceTemplateFluent.MetadataNested<N>,InternalServiceTemplateFluent.MetadataNested<N>,PodDisruptionBudgetTemplateFluent.MetadataNested<N>,PodTemplateFluent.MetadataNested<N>,ResourceTemplateFluent.MetadataNested<N>,StatefulSetTemplateFluent.MetadataNested<N>
- All Known Implementing Classes:
DeploymentTemplateFluentImpl.MetadataNestedImpl,ExternalServiceTemplateFluentImpl.MetadataNestedImpl,InternalServiceTemplateFluentImpl.MetadataNestedImpl,MetadataTemplateBuilder,MetadataTemplateFluentImpl,PodDisruptionBudgetTemplateFluentImpl.MetadataNestedImpl,PodTemplateFluentImpl.MetadataNestedImpl,ResourceTemplateFluentImpl.MetadataNestedImpl,StatefulSetTemplateFluentImpl.MetadataNestedImpl
public interface MetadataTemplateFluent<A extends MetadataTemplateFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AaddToAnnotations(String key, String value)AaddToAnnotations(Map<String,String> map)AaddToLabels(String key, String value)AaddToLabels(Map<String,String> map)Map<String,String>getAnnotations()Map<String,String>getLabels()BooleanhasAnnotations()BooleanhasLabels()AremoveFromAnnotations(String key)AremoveFromAnnotations(Map<String,String> map)AremoveFromLabels(String key)AremoveFromLabels(Map<String,String> map)<K,V>
AwithAnnotations(Map<String,String> annotations)<K,V>
AwithLabels(Map<String,String> labels)
-