Package io.fabric8.kubernetes.api.model
Class WatchEventFluentImpl.ScopeSelectorObjectNestedImpl<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.ScopeSelectorFluentImpl<WatchEventFluent.ScopeSelectorObjectNested<N>>
-
- io.fabric8.kubernetes.api.model.WatchEventFluentImpl.ScopeSelectorObjectNestedImpl<N>
-
- All Implemented Interfaces:
Fluent<WatchEventFluent.ScopeSelectorObjectNested<N>>
,Nested<N>
,Visitable<WatchEventFluent.ScopeSelectorObjectNested<N>>
,ScopeSelectorFluent<WatchEventFluent.ScopeSelectorObjectNested<N>>
,WatchEventFluent.ScopeSelectorObjectNested<N>
- Enclosing class:
- WatchEventFluentImpl<A extends WatchEventFluent<A>>
public class WatchEventFluentImpl.ScopeSelectorObjectNestedImpl<N> extends ScopeSelectorFluentImpl<WatchEventFluent.ScopeSelectorObjectNested<N>> implements WatchEventFluent.ScopeSelectorObjectNested<N>, Nested<N>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.ScopeSelectorFluentImpl
ScopeSelectorFluentImpl.MatchExpressionsNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.ScopeSelectorFluent
ScopeSelectorFluent.MatchExpressionsNested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description N
and()
N
endScopeSelectorObject()
-
Methods inherited from class io.fabric8.kubernetes.api.model.ScopeSelectorFluentImpl
addAllToMatchExpressions, addNewMatchExpression, addNewMatchExpressionLike, addToMatchExpressions, addToMatchExpressions, buildFirstMatchExpression, buildLastMatchExpression, buildMatchExpression, buildMatchExpressions, buildMatchingMatchExpression, editFirstMatchExpression, editLastMatchExpression, editMatchExpression, editMatchingMatchExpression, equals, getMatchExpressions, hashCode, hasMatchExpressions, hasMatchingMatchExpression, removeAllFromMatchExpressions, removeFromMatchExpressions, removeMatchingFromMatchExpressions, setNewMatchExpressionLike, setToMatchExpressions, withMatchExpressions, withMatchExpressions
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
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
-
-
-
-
Method Detail
-
and
public N and()
-
endScopeSelectorObject
public N endScopeSelectorObject()
- Specified by:
endScopeSelectorObject
in interfaceWatchEventFluent.ScopeSelectorObjectNested<N>
-
-