Uses of Class
io.fabric8.kubernetes.api.model.NodeSelectorRequirement
-
Packages that use NodeSelectorRequirement Package Description io.fabric8.kubernetes.api.model -
-
Uses of NodeSelectorRequirement in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return NodeSelectorRequirement Modifier and Type Method Description NodeSelectorRequirementNodeSelectorRequirementBuilder. build()NodeSelectorRequirementNodeSelectorTermFluent. buildFirstMatchExpression()NodeSelectorRequirementNodeSelectorTermFluent. buildFirstMatchField()NodeSelectorRequirementNodeSelectorTermFluent. buildLastMatchExpression()NodeSelectorRequirementNodeSelectorTermFluent. buildLastMatchField()NodeSelectorRequirementNodeSelectorTermFluent. buildMatchExpression(int index)NodeSelectorRequirementNodeSelectorTermFluent. buildMatchField(int index)NodeSelectorRequirementNodeSelectorTermFluent. buildMatchingMatchExpression(Predicate<NodeSelectorRequirementBuilder> predicate)NodeSelectorRequirementNodeSelectorTermFluent. buildMatchingMatchField(Predicate<NodeSelectorRequirementBuilder> predicate)Methods in io.fabric8.kubernetes.api.model that return types with arguments of type NodeSelectorRequirement Modifier and Type Method Description List<NodeSelectorRequirement>NodeSelectorTermFluent. buildMatchExpressions()List<NodeSelectorRequirement>NodeSelectorTermFluent. buildMatchFields()List<NodeSelectorRequirement>NodeSelectorTerm. getMatchExpressions()A list of node selector requirements by node's labels.List<NodeSelectorRequirement>NodeSelectorTerm. getMatchFields()A list of node selector requirements by node's fields.Method parameters in io.fabric8.kubernetes.api.model with type arguments of type NodeSelectorRequirement Modifier and Type Method Description ANodeSelectorTermFluent. addAllToMatchExpressions(Collection<NodeSelectorRequirement> items)ANodeSelectorTermFluent. addAllToMatchFields(Collection<NodeSelectorRequirement> items)ANodeSelectorTermFluent. removeAllFromMatchExpressions(Collection<NodeSelectorRequirement> items)ANodeSelectorTermFluent. removeAllFromMatchFields(Collection<NodeSelectorRequirement> items)voidNodeSelectorTerm. setMatchExpressions(List<NodeSelectorRequirement> matchExpressions)A list of node selector requirements by node's labels.voidNodeSelectorTerm. setMatchFields(List<NodeSelectorRequirement> matchFields)A list of node selector requirements by node's fields.ANodeSelectorTermFluent. withMatchExpressions(List<NodeSelectorRequirement> matchExpressions)ANodeSelectorTermFluent. withMatchFields(List<NodeSelectorRequirement> matchFields)Constructors in io.fabric8.kubernetes.api.model with parameters of type NodeSelectorRequirement Constructor Description NodeSelectorRequirementBuilder(NodeSelectorRequirement instance)NodeSelectorRequirementBuilder(NodeSelectorRequirementFluent<?> fluent, NodeSelectorRequirement instance)NodeSelectorRequirementFluent(NodeSelectorRequirement instance)Constructor parameters in io.fabric8.kubernetes.api.model with type arguments of type NodeSelectorRequirement Constructor Description NodeSelectorTerm(List<NodeSelectorRequirement> matchExpressions, List<NodeSelectorRequirement> matchFields)
-