Uses of Class
io.fabric8.kubernetes.api.model.NodeSelectorTerm
-
Packages that use NodeSelectorTerm Package Description io.fabric8.kubernetes.api.model -
-
Uses of NodeSelectorTerm in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return NodeSelectorTerm Modifier and Type Method Description NodeSelectorTermNodeSelectorTermBuilder. build()NodeSelectorTermNodeSelectorFluent. buildFirstNodeSelectorTerm()NodeSelectorTermNodeSelectorFluent. buildLastNodeSelectorTerm()NodeSelectorTermNodeSelectorFluent. buildMatchingNodeSelectorTerm(Predicate<NodeSelectorTermBuilder> predicate)NodeSelectorTermNodeSelectorFluent. buildNodeSelectorTerm(int index)NodeSelectorTermPreferredSchedulingTermFluent. buildPreference()NodeSelectorTermPreferredSchedulingTerm. getPreference()An empty preferred scheduling term matches all objects with implicit weight 0 (i.e. it's a no-op).Methods in io.fabric8.kubernetes.api.model that return types with arguments of type NodeSelectorTerm Modifier and Type Method Description List<NodeSelectorTerm>NodeSelectorFluent. buildNodeSelectorTerms()List<NodeSelectorTerm>NodeSelector. getNodeSelectorTerms()Required.Method parameters in io.fabric8.kubernetes.api.model with type arguments of type NodeSelectorTerm Modifier and Type Method Description ANodeSelectorFluent. addAllToNodeSelectorTerms(Collection<NodeSelectorTerm> items)ANodeSelectorFluent. removeAllFromNodeSelectorTerms(Collection<NodeSelectorTerm> items)voidNodeSelector. setNodeSelectorTerms(List<NodeSelectorTerm> nodeSelectorTerms)Required.ANodeSelectorFluent. withNodeSelectorTerms(List<NodeSelectorTerm> nodeSelectorTerms)Constructors in io.fabric8.kubernetes.api.model with parameters of type NodeSelectorTerm Constructor Description NodeSelectorTermBuilder(NodeSelectorTerm instance)NodeSelectorTermBuilder(NodeSelectorTermFluent<?> fluent, NodeSelectorTerm instance)NodeSelectorTermFluent(NodeSelectorTerm instance)PreferredSchedulingTerm(NodeSelectorTerm preference, Integer weight)Constructor parameters in io.fabric8.kubernetes.api.model with type arguments of type NodeSelectorTerm Constructor Description NodeSelector(List<NodeSelectorTerm> nodeSelectorTerms)
-