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:
NodeSelectorRequirementBuilder
,NodeSelectorRequirementFluentImpl
,NodeSelectorTermFluentImpl.MatchExpressionsNestedImpl
,NodeSelectorTermFluentImpl.MatchFieldsNestedImpl
,WatchEventFluentImpl.NodeSelectorRequirementObjectNestedImpl
public interface NodeSelectorRequirementFluent<A extends NodeSelectorRequirementFluent<A>> extends Fluent<A>
-
-
Method Summary
-
-
-
Method Detail
-
getKey
String getKey()
-
hasKey
Boolean hasKey()
-
withNewKey
A withNewKey(StringBuilder arg1)
-
withNewKey
A withNewKey(StringBuffer arg1)
-
getOperator
String getOperator()
-
hasOperator
Boolean hasOperator()
-
withNewOperator
A withNewOperator(StringBuilder arg1)
-
withNewOperator
A withNewOperator(StringBuffer arg1)
-
addAllToValues
A addAllToValues(Collection<String> items)
-
removeAllFromValues
A removeAllFromValues(Collection<String> items)
-
getValue
String getValue(int index)
-
getFirstValue
String getFirstValue()
-
getLastValue
String getLastValue()
-
hasValues
Boolean hasValues()
-
addNewValue
A addNewValue(StringBuilder arg1)
-
addNewValue
A addNewValue(StringBuffer arg1)
-
-