Package io.fabric8.kubernetes.api.model
Interface WatchEventFluent.ScopeSelectorObjectNested<N>
-
- All Superinterfaces:
Fluent<WatchEventFluent.ScopeSelectorObjectNested<N>>
,Nested<N>
,ScopeSelectorFluent<WatchEventFluent.ScopeSelectorObjectNested<N>>
- All Known Implementing Classes:
WatchEventFluentImpl.ScopeSelectorObjectNestedImpl
- Enclosing interface:
- WatchEventFluent<A extends WatchEventFluent<A>>
public static interface WatchEventFluent.ScopeSelectorObjectNested<N> extends Nested<N>, ScopeSelectorFluent<WatchEventFluent.ScopeSelectorObjectNested<N>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.ScopeSelectorFluent
ScopeSelectorFluent.MatchExpressionsNested<N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endScopeSelectorObject()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.ScopeSelectorFluent
addAllToMatchExpressions, addNewMatchExpression, addNewMatchExpressionLike, addToMatchExpressions, addToMatchExpressions, buildFirstMatchExpression, buildLastMatchExpression, buildMatchExpression, buildMatchExpressions, buildMatchingMatchExpression, editFirstMatchExpression, editLastMatchExpression, editMatchExpression, editMatchingMatchExpression, getMatchExpressions, hasMatchExpressions, hasMatchingMatchExpression, removeAllFromMatchExpressions, removeFromMatchExpressions, removeMatchingFromMatchExpressions, setNewMatchExpressionLike, setToMatchExpressions, withMatchExpressions, withMatchExpressions
-
-