Interface ApicurioRegistrySpecDeploymentMetadataFluent<A extends ApicurioRegistrySpecDeploymentMetadataFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
ApicurioRegistrySpecDeploymentFluent.MetadataNested<N>
- All Known Implementing Classes:
ApicurioRegistrySpecDeploymentFluentImpl.MetadataNestedImpl,ApicurioRegistrySpecDeploymentMetadataBuilder,ApicurioRegistrySpecDeploymentMetadataFluentImpl
public interface ApicurioRegistrySpecDeploymentMetadataFluent<A extends ApicurioRegistrySpecDeploymentMetadataFluent<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)
-