Package io.fabric8.kubernetes.api.model
Class WatchEventFluentImpl.NodeSelectorTermObjectNestedImpl<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.NodeSelectorTermFluentImpl<WatchEventFluent.NodeSelectorTermObjectNested<N>>
-
- io.fabric8.kubernetes.api.model.WatchEventFluentImpl.NodeSelectorTermObjectNestedImpl<N>
-
- All Implemented Interfaces:
Fluent<WatchEventFluent.NodeSelectorTermObjectNested<N>>
,Nested<N>
,Visitable<WatchEventFluent.NodeSelectorTermObjectNested<N>>
,NodeSelectorTermFluent<WatchEventFluent.NodeSelectorTermObjectNested<N>>
,WatchEventFluent.NodeSelectorTermObjectNested<N>
- Enclosing class:
- WatchEventFluentImpl<A extends WatchEventFluent<A>>
public class WatchEventFluentImpl.NodeSelectorTermObjectNestedImpl<N> extends NodeSelectorTermFluentImpl<WatchEventFluent.NodeSelectorTermObjectNested<N>> implements WatchEventFluent.NodeSelectorTermObjectNested<N>, Nested<N>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.NodeSelectorTermFluentImpl
NodeSelectorTermFluentImpl.MatchExpressionsNestedImpl<N>, NodeSelectorTermFluentImpl.MatchFieldsNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.NodeSelectorTermFluent
NodeSelectorTermFluent.MatchExpressionsNested<N>, NodeSelectorTermFluent.MatchFieldsNested<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
endNodeSelectorTermObject()
-
Methods inherited from class io.fabric8.kubernetes.api.model.NodeSelectorTermFluentImpl
addAllToMatchExpressions, addAllToMatchFields, addNewMatchExpression, addNewMatchExpressionLike, addNewMatchField, addNewMatchFieldLike, addToMatchExpressions, addToMatchExpressions, addToMatchFields, addToMatchFields, buildFirstMatchExpression, buildFirstMatchField, buildLastMatchExpression, buildLastMatchField, buildMatchExpression, buildMatchExpressions, buildMatchField, buildMatchFields, buildMatchingMatchExpression, buildMatchingMatchField, editFirstMatchExpression, editFirstMatchField, editLastMatchExpression, editLastMatchField, editMatchExpression, editMatchField, editMatchingMatchExpression, editMatchingMatchField, equals, getMatchExpressions, getMatchFields, hashCode, hasMatchExpressions, hasMatchFields, hasMatchingMatchExpression, hasMatchingMatchField, removeAllFromMatchExpressions, removeAllFromMatchFields, removeFromMatchExpressions, removeFromMatchFields, removeMatchingFromMatchExpressions, removeMatchingFromMatchFields, setNewMatchExpressionLike, setNewMatchFieldLike, setToMatchExpressions, setToMatchFields, withMatchExpressions, withMatchExpressions, withMatchFields, withMatchFields
-
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.NodeSelectorTermFluent
addAllToMatchExpressions, addAllToMatchFields, addNewMatchExpression, addNewMatchExpressionLike, addNewMatchField, addNewMatchFieldLike, addToMatchExpressions, addToMatchExpressions, addToMatchFields, addToMatchFields, buildFirstMatchExpression, buildFirstMatchField, buildLastMatchExpression, buildLastMatchField, buildMatchExpression, buildMatchExpressions, buildMatchField, buildMatchFields, buildMatchingMatchExpression, buildMatchingMatchField, editFirstMatchExpression, editFirstMatchField, editLastMatchExpression, editLastMatchField, editMatchExpression, editMatchField, editMatchingMatchExpression, editMatchingMatchField, getMatchExpressions, getMatchFields, hasMatchExpressions, hasMatchFields, hasMatchingMatchExpression, hasMatchingMatchField, removeAllFromMatchExpressions, removeAllFromMatchFields, removeFromMatchExpressions, removeFromMatchFields, removeMatchingFromMatchExpressions, removeMatchingFromMatchFields, setNewMatchExpressionLike, setNewMatchFieldLike, setToMatchExpressions, setToMatchFields, withMatchExpressions, withMatchExpressions, withMatchFields, withMatchFields
-
-
-
-
Method Detail
-
and
public N and()
-
endNodeSelectorTermObject
public N endNodeSelectorTermObject()
- Specified by:
endNodeSelectorTermObject
in interfaceWatchEventFluent.NodeSelectorTermObjectNested<N>
-
-