Class ApicurioRegistrySpecDeploymentMetadataFluentImpl<A extends ApicurioRegistrySpecDeploymentMetadataFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.ApicurioRegistrySpecDeploymentMetadataFluentImpl<A>
-
- All Implemented Interfaces:
ApicurioRegistrySpecDeploymentMetadataFluent<A>,io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>
- Direct Known Subclasses:
ApicurioRegistrySpecDeploymentFluentImpl.MetadataNestedImpl,ApicurioRegistrySpecDeploymentMetadataBuilder
public class ApicurioRegistrySpecDeploymentMetadataFluentImpl<A extends ApicurioRegistrySpecDeploymentMetadataFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ApicurioRegistrySpecDeploymentMetadataFluent<A>
-
-
Constructor Summary
Constructors Constructor Description ApicurioRegistrySpecDeploymentMetadataFluentImpl()ApicurioRegistrySpecDeploymentMetadataFluentImpl(ApicurioRegistrySpecDeploymentMetadata instance)
-
Method Summary
All Methods Instance Methods Concrete 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)booleanequals(Object o)Map<String,String>getAnnotations()Map<String,String>getLabels()BooleanhasAnnotations()inthashCode()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)
-
-
-
Constructor Detail
-
ApicurioRegistrySpecDeploymentMetadataFluentImpl
public ApicurioRegistrySpecDeploymentMetadataFluentImpl()
-
ApicurioRegistrySpecDeploymentMetadataFluentImpl
public ApicurioRegistrySpecDeploymentMetadataFluentImpl(ApicurioRegistrySpecDeploymentMetadata instance)
-
-
Method Detail
-
addToAnnotations
public A addToAnnotations(String key, String value)
- Specified by:
addToAnnotationsin interfaceApicurioRegistrySpecDeploymentMetadataFluent<A extends ApicurioRegistrySpecDeploymentMetadataFluent<A>>
-
addToAnnotations
public A addToAnnotations(Map<String,String> map)
- Specified by:
addToAnnotationsin interfaceApicurioRegistrySpecDeploymentMetadataFluent<A extends ApicurioRegistrySpecDeploymentMetadataFluent<A>>
-
removeFromAnnotations
public A removeFromAnnotations(String key)
- Specified by:
removeFromAnnotationsin interfaceApicurioRegistrySpecDeploymentMetadataFluent<A extends ApicurioRegistrySpecDeploymentMetadataFluent<A>>
-
removeFromAnnotations
public A removeFromAnnotations(Map<String,String> map)
- Specified by:
removeFromAnnotationsin interfaceApicurioRegistrySpecDeploymentMetadataFluent<A extends ApicurioRegistrySpecDeploymentMetadataFluent<A>>
-
getAnnotations
public Map<String,String> getAnnotations()
- Specified by:
getAnnotationsin interfaceApicurioRegistrySpecDeploymentMetadataFluent<A extends ApicurioRegistrySpecDeploymentMetadataFluent<A>>
-
withAnnotations
public <K,V> A withAnnotations(Map<String,String> annotations)
- Specified by:
withAnnotationsin interfaceApicurioRegistrySpecDeploymentMetadataFluent<A extends ApicurioRegistrySpecDeploymentMetadataFluent<A>>
-
hasAnnotations
public Boolean hasAnnotations()
- Specified by:
hasAnnotationsin interfaceApicurioRegistrySpecDeploymentMetadataFluent<A extends ApicurioRegistrySpecDeploymentMetadataFluent<A>>
-
addToLabels
public A addToLabels(String key, String value)
- Specified by:
addToLabelsin interfaceApicurioRegistrySpecDeploymentMetadataFluent<A extends ApicurioRegistrySpecDeploymentMetadataFluent<A>>
-
addToLabels
public A addToLabels(Map<String,String> map)
- Specified by:
addToLabelsin interfaceApicurioRegistrySpecDeploymentMetadataFluent<A extends ApicurioRegistrySpecDeploymentMetadataFluent<A>>
-
removeFromLabels
public A removeFromLabels(String key)
- Specified by:
removeFromLabelsin interfaceApicurioRegistrySpecDeploymentMetadataFluent<A extends ApicurioRegistrySpecDeploymentMetadataFluent<A>>
-
removeFromLabels
public A removeFromLabels(Map<String,String> map)
- Specified by:
removeFromLabelsin interfaceApicurioRegistrySpecDeploymentMetadataFluent<A extends ApicurioRegistrySpecDeploymentMetadataFluent<A>>
-
getLabels
public Map<String,String> getLabels()
- Specified by:
getLabelsin interfaceApicurioRegistrySpecDeploymentMetadataFluent<A extends ApicurioRegistrySpecDeploymentMetadataFluent<A>>
-
withLabels
public <K,V> A withLabels(Map<String,String> labels)
- Specified by:
withLabelsin interfaceApicurioRegistrySpecDeploymentMetadataFluent<A extends ApicurioRegistrySpecDeploymentMetadataFluent<A>>
-
hasLabels
public Boolean hasLabels()
- Specified by:
hasLabelsin interfaceApicurioRegistrySpecDeploymentMetadataFluent<A extends ApicurioRegistrySpecDeploymentMetadataFluent<A>>
-
-