Package io.fabric8.kubernetes.api.model
Interface LabelSelectorFluent.MatchExpressionsNested<N>
-
- All Superinterfaces:
Fluent<LabelSelectorFluent.MatchExpressionsNested<N>>
,LabelSelectorRequirementFluent<LabelSelectorFluent.MatchExpressionsNested<N>>
,Nested<N>
- All Known Implementing Classes:
LabelSelectorFluentImpl.MatchExpressionsNestedImpl
- Enclosing interface:
- LabelSelectorFluent<A extends LabelSelectorFluent<A>>
public static interface LabelSelectorFluent.MatchExpressionsNested<N> extends Nested<N>, LabelSelectorRequirementFluent<LabelSelectorFluent.MatchExpressionsNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endMatchExpression()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.LabelSelectorRequirementFluent
addAllToValues, addNewValue, addNewValue, addNewValue, addToValues, addToValues, getFirstValue, getKey, getLastValue, getMatchingValue, getOperator, getValue, getValues, hasKey, hasMatchingValue, hasOperator, hasValues, removeAllFromValues, removeFromValues, setToValues, withKey, withNewKey, withNewKey, withNewKey, withNewOperator, withNewOperator, withNewOperator, withOperator, withValues, withValues
-
-