Package io.fabric8.kubernetes.api.model
Interface NodeSelectorFluent<A extends NodeSelectorFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
NodeAffinityFluent.RequiredDuringSchedulingIgnoredDuringExecutionNested<N>
,VolumeNodeAffinityFluent.RequiredNested<N>
,WatchEventFluent.NodeSelectorObjectNested<N>
- All Known Implementing Classes:
DoneableNodeSelector
,NodeAffinityFluentImpl.RequiredDuringSchedulingIgnoredDuringExecutionNestedImpl
,NodeSelectorBuilder
,NodeSelectorFluentImpl
,VolumeNodeAffinityFluentImpl.RequiredNestedImpl
,WatchEventFluentImpl.NodeSelectorObjectNestedImpl
public interface NodeSelectorFluent<A extends NodeSelectorFluent<A>> extends Fluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
NodeSelectorFluent.NodeSelectorTermsNested<N>
-
Method Summary
-
Method Details
-
addToNodeSelectorTerms
-
setToNodeSelectorTerms
-
addToNodeSelectorTerms
-
addAllToNodeSelectorTerms
-
removeFromNodeSelectorTerms
-
removeAllFromNodeSelectorTerms
-
removeMatchingFromNodeSelectorTerms
-
getNodeSelectorTerms
Deprecated.This method has been deprecated, please use method buildNodeSelectorTerms instead.- Returns:
- The buildable object.
-
buildNodeSelectorTerms
List<NodeSelectorTerm> buildNodeSelectorTerms() -
buildNodeSelectorTerm
-
buildFirstNodeSelectorTerm
NodeSelectorTerm buildFirstNodeSelectorTerm() -
buildLastNodeSelectorTerm
NodeSelectorTerm buildLastNodeSelectorTerm() -
buildMatchingNodeSelectorTerm
-
hasMatchingNodeSelectorTerm
-
withNodeSelectorTerms
-
withNodeSelectorTerms
-
hasNodeSelectorTerms
Boolean hasNodeSelectorTerms() -
addNewNodeSelectorTerm
NodeSelectorFluent.NodeSelectorTermsNested<A> addNewNodeSelectorTerm() -
addNewNodeSelectorTermLike
-
setNewNodeSelectorTermLike
NodeSelectorFluent.NodeSelectorTermsNested<A> setNewNodeSelectorTermLike(int index, NodeSelectorTerm item) -
editNodeSelectorTerm
-
editFirstNodeSelectorTerm
NodeSelectorFluent.NodeSelectorTermsNested<A> editFirstNodeSelectorTerm() -
editLastNodeSelectorTerm
NodeSelectorFluent.NodeSelectorTermsNested<A> editLastNodeSelectorTerm() -
editMatchingNodeSelectorTerm
NodeSelectorFluent.NodeSelectorTermsNested<A> editMatchingNodeSelectorTerm(Predicate<NodeSelectorTermBuilder> predicate)
-