Package io.fabric8.kubernetes.api.model
Interface LabelSelectorRequirementFluent<A extends LabelSelectorRequirementFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
LabelSelectorFluent.MatchExpressionsNested<N>,WatchEventFluent.LabelSelectorRequirementObjectNested<N>
- All Known Implementing Classes:
DoneableLabelSelectorRequirement,LabelSelectorFluentImpl.MatchExpressionsNestedImpl,LabelSelectorRequirementBuilder,LabelSelectorRequirementFluentImpl,WatchEventFluentImpl.LabelSelectorRequirementObjectNestedImpl
public interface LabelSelectorRequirementFluent<A extends LabelSelectorRequirementFluent<A>> extends Fluent<A>
-
Method Summary
-
Method Details
-
getKey
String getKey() -
withKey
-
hasKey
Boolean hasKey() -
withNewKey
-
withNewKey
-
withNewKey
-
getOperator
String getOperator() -
withOperator
-
hasOperator
Boolean hasOperator() -
withNewOperator
-
withNewOperator
-
withNewOperator
-
addToValues
-
setToValues
-
addToValues
-
addAllToValues
-
removeFromValues
-
removeAllFromValues
-
getValues
-
getValue
-
getFirstValue
String getFirstValue() -
getLastValue
String getLastValue() -
getMatchingValue
-
hasMatchingValue
-
withValues
-
withValues
-
hasValues
Boolean hasValues() -
addNewValue
-
addNewValue
-
addNewValue
-