Uses of Class
io.kubernetes.client.openapi.models.V1NodeSelectorRequirement
Packages that use V1NodeSelectorRequirement
-
Uses of V1NodeSelectorRequirement in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1NodeSelectorRequirementModifier and TypeMethodDescriptionV1NodeSelectorRequirement.addValuesItem
(String valuesItem) static V1NodeSelectorRequirement
Create an instance of V1NodeSelectorRequirement given an JSON stringMethods in io.kubernetes.client.openapi.models that return types with arguments of type V1NodeSelectorRequirementModifier and TypeMethodDescriptionV1NodeSelectorTerm.getMatchExpressions()
A list of node selector requirements by node's labels.V1NodeSelectorTerm.getMatchFields()
A list of node selector requirements by node's fields.Methods in io.kubernetes.client.openapi.models with parameters of type V1NodeSelectorRequirementModifier and TypeMethodDescriptionV1NodeSelectorTerm.addMatchExpressionsItem
(V1NodeSelectorRequirement matchExpressionsItem) V1NodeSelectorTerm.addMatchFieldsItem
(V1NodeSelectorRequirement matchFieldsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1NodeSelectorRequirementModifier and TypeMethodDescriptionV1NodeSelectorTerm.matchExpressions
(List<V1NodeSelectorRequirement> matchExpressions) V1NodeSelectorTerm.matchFields
(List<V1NodeSelectorRequirement> matchFields) void
V1NodeSelectorTerm.setMatchExpressions
(List<V1NodeSelectorRequirement> matchExpressions) void
V1NodeSelectorTerm.setMatchFields
(List<V1NodeSelectorRequirement> matchFields)