Package io.fabric8.kubernetes.api.model
Interface NodeSelectorRequirementFluent<A extends NodeSelectorRequirementFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
NodeSelectorTermFluent.MatchExpressionsNested<N>,NodeSelectorTermFluent.MatchFieldsNested<N>,WatchEventFluent.NodeSelectorRequirementObjectNested<N>
- All Known Implementing Classes:
DoneableNodeSelectorRequirement,NodeSelectorRequirementBuilder,NodeSelectorRequirementFluentImpl,NodeSelectorTermFluentImpl.MatchExpressionsNestedImpl,NodeSelectorTermFluentImpl.MatchFieldsNestedImpl,WatchEventFluentImpl.NodeSelectorRequirementObjectNestedImpl
public interface NodeSelectorRequirementFluent<A extends NodeSelectorRequirementFluent<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
-