public class SelectorFluentImpl<A extends SelectorFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements SelectorFluent<A>
| Constructor and Description |
|---|
SelectorFluentImpl() |
SelectorFluentImpl(Selector instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic SelectorFluentImpl()
public SelectorFluentImpl(Selector instance)
public String getAnnotationSelector()
getAnnotationSelector in interface SelectorFluent<A extends SelectorFluent<A>>public A withAnnotationSelector(String annotationSelector)
withAnnotationSelector in interface SelectorFluent<A extends SelectorFluent<A>>public Boolean hasAnnotationSelector()
hasAnnotationSelector in interface SelectorFluent<A extends SelectorFluent<A>>public String getGroup()
getGroup in interface SelectorFluent<A extends SelectorFluent<A>>public A withGroup(String group)
withGroup in interface SelectorFluent<A extends SelectorFluent<A>>public Boolean hasGroup()
hasGroup in interface SelectorFluent<A extends SelectorFluent<A>>public String getKind()
getKind in interface SelectorFluent<A extends SelectorFluent<A>>public A withKind(String kind)
withKind in interface SelectorFluent<A extends SelectorFluent<A>>public Boolean hasKind()
hasKind in interface SelectorFluent<A extends SelectorFluent<A>>public String getLabelSelector()
getLabelSelector in interface SelectorFluent<A extends SelectorFluent<A>>public A withLabelSelector(String labelSelector)
withLabelSelector in interface SelectorFluent<A extends SelectorFluent<A>>public Boolean hasLabelSelector()
hasLabelSelector in interface SelectorFluent<A extends SelectorFluent<A>>public String getName()
getName in interface SelectorFluent<A extends SelectorFluent<A>>public A withName(String name)
withName in interface SelectorFluent<A extends SelectorFluent<A>>public Boolean hasName()
hasName in interface SelectorFluent<A extends SelectorFluent<A>>public String getNamespace()
getNamespace in interface SelectorFluent<A extends SelectorFluent<A>>public A withNamespace(String namespace)
withNamespace in interface SelectorFluent<A extends SelectorFluent<A>>public Boolean hasNamespace()
hasNamespace in interface SelectorFluent<A extends SelectorFluent<A>>public String getVersion()
getVersion in interface SelectorFluent<A extends SelectorFluent<A>>public A withVersion(String version)
withVersion in interface SelectorFluent<A extends SelectorFluent<A>>public Boolean hasVersion()
hasVersion in interface SelectorFluent<A extends SelectorFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface SelectorFluent<A extends SelectorFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface SelectorFluent<A extends SelectorFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface SelectorFluent<A extends SelectorFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface SelectorFluent<A extends SelectorFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface SelectorFluent<A extends SelectorFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface SelectorFluent<A extends SelectorFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface SelectorFluent<A extends SelectorFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends SelectorFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends SelectorFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.