Package io.fabric8.kubernetes.api.model
Class LabelSelectorRequirementFluent<A extends LabelSelectorRequirementFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.LabelSelectorRequirementFluent<A>
-
- Direct Known Subclasses:
LabelSelectorFluent.MatchExpressionsNested
,LabelSelectorRequirementBuilder
public class LabelSelectorRequirementFluent<A extends LabelSelectorRequirementFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
-
-
Constructor Summary
Constructors Constructor Description LabelSelectorRequirementFluent()
LabelSelectorRequirementFluent(LabelSelectorRequirement instance)
-
Method Summary
-
-
-
Constructor Detail
-
LabelSelectorRequirementFluent
public LabelSelectorRequirementFluent()
-
LabelSelectorRequirementFluent
public LabelSelectorRequirementFluent(LabelSelectorRequirement instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(LabelSelectorRequirement instance)
-
getKey
public String getKey()
-
hasKey
public boolean hasKey()
-
getOperator
public String getOperator()
-
hasOperator
public boolean hasOperator()
-
addAllToValues
public A addAllToValues(Collection<String> items)
-
removeAllFromValues
public A removeAllFromValues(Collection<String> items)
-
getValue
public String getValue(int index)
-
getFirstValue
public String getFirstValue()
-
getLastValue
public String getLastValue()
-
hasValues
public boolean hasValues()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends LabelSelectorRequirementFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends LabelSelectorRequirementFluent<A>>
-
-