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(HashMap<String,String> map)AaddToLabels(String key, String value)AaddToLabels(HashMap<String,String> map)HashMap<String,String>getAnnotations()HashMap<String,String>getLabels()BooleanhasAnnotations()BooleanhasLabels()AremoveFromAnnotations(String key)AremoveFromAnnotations(HashMap<String,String> map)AremoveFromLabels(String key)AremoveFromLabels(HashMap<String,String> map)<K,V>
AwithAnnotations(HashMap<String,String> annotations)<K,V>
AwithLabels(HashMap<String,String> labels)
-