public class ObjectMetaFluentImpl<A extends ObjectMetaFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ObjectMetaFluent<A>
| Constructor and Description |
|---|
ObjectMetaFluentImpl() |
ObjectMetaFluentImpl(ObjectMeta instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ObjectMetaFluentImpl()
public ObjectMetaFluentImpl(ObjectMeta instance)
public A addToAnnotations(String key, String value)
addToAnnotations in interface ObjectMetaFluent<A extends ObjectMetaFluent<A>>public A addToAnnotations(Map<String,String> map)
addToAnnotations in interface ObjectMetaFluent<A extends ObjectMetaFluent<A>>public A removeFromAnnotations(String key)
removeFromAnnotations in interface ObjectMetaFluent<A extends ObjectMetaFluent<A>>public A removeFromAnnotations(Map<String,String> map)
removeFromAnnotations in interface ObjectMetaFluent<A extends ObjectMetaFluent<A>>public Map<String,String> getAnnotations()
getAnnotations in interface ObjectMetaFluent<A extends ObjectMetaFluent<A>>public <K,V> A withAnnotations(Map<String,String> annotations)
withAnnotations in interface ObjectMetaFluent<A extends ObjectMetaFluent<A>>public Boolean hasAnnotations()
hasAnnotations in interface ObjectMetaFluent<A extends ObjectMetaFluent<A>>public A addToLabels(String key, String value)
addToLabels in interface ObjectMetaFluent<A extends ObjectMetaFluent<A>>public A addToLabels(Map<String,String> map)
addToLabels in interface ObjectMetaFluent<A extends ObjectMetaFluent<A>>public A removeFromLabels(String key)
removeFromLabels in interface ObjectMetaFluent<A extends ObjectMetaFluent<A>>public A removeFromLabels(Map<String,String> map)
removeFromLabels in interface ObjectMetaFluent<A extends ObjectMetaFluent<A>>public Map<String,String> getLabels()
getLabels in interface ObjectMetaFluent<A extends ObjectMetaFluent<A>>public <K,V> A withLabels(Map<String,String> labels)
withLabels in interface ObjectMetaFluent<A extends ObjectMetaFluent<A>>public Boolean hasLabels()
hasLabels in interface ObjectMetaFluent<A extends ObjectMetaFluent<A>>public String getName()
getName in interface ObjectMetaFluent<A extends ObjectMetaFluent<A>>public A withName(String name)
withName in interface ObjectMetaFluent<A extends ObjectMetaFluent<A>>public Boolean hasName()
hasName in interface ObjectMetaFluent<A extends ObjectMetaFluent<A>>public String getNamespace()
getNamespace in interface ObjectMetaFluent<A extends ObjectMetaFluent<A>>public A withNamespace(String namespace)
withNamespace in interface ObjectMetaFluent<A extends ObjectMetaFluent<A>>public Boolean hasNamespace()
hasNamespace in interface ObjectMetaFluent<A extends ObjectMetaFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ObjectMetaFluent<A extends ObjectMetaFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ObjectMetaFluent<A extends ObjectMetaFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ObjectMetaFluent<A extends ObjectMetaFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ObjectMetaFluent<A extends ObjectMetaFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ObjectMetaFluent<A extends ObjectMetaFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ObjectMetaFluent<A extends ObjectMetaFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface ObjectMetaFluent<A extends ObjectMetaFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ObjectMetaFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ObjectMetaFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.