Uses of Class
io.fabric8.kubernetes.api.model.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 types with arguments of type NodeSelectorTerm Modifier and Type Method Description List<NodeSelectorTerm>NodeSelectorFluent. buildNodeSelectorTerms()List<NodeSelectorTerm>NodeSelectorFluentImpl. buildNodeSelectorTerms()List<NodeSelectorTerm>NodeSelector. getNodeSelectorTerms()List<NodeSelectorTerm>NodeSelectorFluent. getNodeSelectorTerms()Deprecated.List<NodeSelectorTerm>NodeSelectorFluentImpl. getNodeSelectorTerms()Deprecated.Method parameters in io.fabric8.kubernetes.api.model with type arguments of type NodeSelectorTerm Modifier and Type Method Description ANodeSelectorFluent. addAllToNodeSelectorTerms(Collection<NodeSelectorTerm> items)ANodeSelectorFluentImpl. addAllToNodeSelectorTerms(Collection<NodeSelectorTerm> items)ANodeSelectorFluent. removeAllFromNodeSelectorTerms(Collection<NodeSelectorTerm> items)ANodeSelectorFluentImpl. removeAllFromNodeSelectorTerms(Collection<NodeSelectorTerm> items)voidNodeSelector. setNodeSelectorTerms(List<NodeSelectorTerm> nodeSelectorTerms)ANodeSelectorFluent. withNodeSelectorTerms(List<NodeSelectorTerm> nodeSelectorTerms)ANodeSelectorFluentImpl. withNodeSelectorTerms(List<NodeSelectorTerm> nodeSelectorTerms)Constructors in io.fabric8.kubernetes.api.model with parameters of type NodeSelectorTerm Constructor Description DoneableNodeSelectorTerm(NodeSelectorTerm item)DoneableNodeSelectorTerm(NodeSelectorTerm item, Function<NodeSelectorTerm,NodeSelectorTerm> function)NodeSelectorTermBuilder(NodeSelectorTerm instance)NodeSelectorTermBuilder(NodeSelectorTermFluent<?> fluent, NodeSelectorTerm instance)NodeSelectorTermBuilder(NodeSelectorTermFluent<?> fluent, NodeSelectorTerm instance, Boolean validationEnabled)NodeSelectorTermBuilder(NodeSelectorTerm instance, Boolean validationEnabled)NodeSelectorTermFluentImpl(NodeSelectorTerm instance)PreferredSchedulingTerm(NodeSelectorTerm preference, Integer weight)Constructor parameters in io.fabric8.kubernetes.api.model with type arguments of type NodeSelectorTerm Constructor Description DoneableNodeSelectorTerm(Function<NodeSelectorTerm,NodeSelectorTerm> function)DoneableNodeSelectorTerm(Function<NodeSelectorTerm,NodeSelectorTerm> function)DoneableNodeSelectorTerm(NodeSelectorTerm item, Function<NodeSelectorTerm,NodeSelectorTerm> function)DoneableNodeSelectorTerm(NodeSelectorTerm item, Function<NodeSelectorTerm,NodeSelectorTerm> function)NodeSelector(List<NodeSelectorTerm> nodeSelectorTerms)