Package io.fabric8.kubernetes.api.model
Interface NodeAffinityFluent.RequiredDuringSchedulingIgnoredDuringExecutionNested<N>
-
- All Superinterfaces:
Fluent<NodeAffinityFluent.RequiredDuringSchedulingIgnoredDuringExecutionNested<N>>
,Nested<N>
,NodeSelectorFluent<NodeAffinityFluent.RequiredDuringSchedulingIgnoredDuringExecutionNested<N>>
- All Known Implementing Classes:
NodeAffinityFluentImpl.RequiredDuringSchedulingIgnoredDuringExecutionNestedImpl
- Enclosing interface:
- NodeAffinityFluent<A extends NodeAffinityFluent<A>>
public static interface NodeAffinityFluent.RequiredDuringSchedulingIgnoredDuringExecutionNested<N> extends Nested<N>, NodeSelectorFluent<NodeAffinityFluent.RequiredDuringSchedulingIgnoredDuringExecutionNested<N>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.NodeSelectorFluent
NodeSelectorFluent.NodeSelectorTermsNested<N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endRequiredDuringSchedulingIgnoredDuringExecution()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.NodeSelectorFluent
addAllToNodeSelectorTerms, addNewNodeSelectorTerm, addNewNodeSelectorTermLike, addToNodeSelectorTerms, addToNodeSelectorTerms, buildFirstNodeSelectorTerm, buildLastNodeSelectorTerm, buildMatchingNodeSelectorTerm, buildNodeSelectorTerm, buildNodeSelectorTerms, editFirstNodeSelectorTerm, editLastNodeSelectorTerm, editMatchingNodeSelectorTerm, editNodeSelectorTerm, getNodeSelectorTerms, hasMatchingNodeSelectorTerm, hasNodeSelectorTerms, removeAllFromNodeSelectorTerms, removeFromNodeSelectorTerms, removeMatchingFromNodeSelectorTerms, setNewNodeSelectorTermLike, setToNodeSelectorTerms, withNodeSelectorTerms, withNodeSelectorTerms
-
-