Uses of Class
kubevirt.io.V1NodeSelectorRequirement
Packages that use V1NodeSelectorRequirement
-
Uses of V1NodeSelectorRequirement in kubevirt.io
Fields in kubevirt.io with type parameters of type V1NodeSelectorRequirementModifier and TypeFieldDescriptionprivate List<V1NodeSelectorRequirement> V1NodeSelectorTerm.matchExpressionsprivate List<V1NodeSelectorRequirement> V1NodeSelectorTerm.matchFieldsMethods in kubevirt.io that return V1NodeSelectorRequirementMethods in kubevirt.io 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 kubevirt.io with parameters of type V1NodeSelectorRequirementModifier and TypeMethodDescriptionV1NodeSelectorTerm.addMatchExpressionsItem(V1NodeSelectorRequirement matchExpressionsItem) V1NodeSelectorTerm.addMatchFieldsItem(V1NodeSelectorRequirement matchFieldsItem) Method parameters in kubevirt.io with type arguments of type V1NodeSelectorRequirementModifier and TypeMethodDescriptionV1NodeSelectorTerm.matchExpressions(List<V1NodeSelectorRequirement> matchExpressions) V1NodeSelectorTerm.matchFields(List<V1NodeSelectorRequirement> matchFields) voidV1NodeSelectorTerm.setMatchExpressions(List<V1NodeSelectorRequirement> matchExpressions) voidV1NodeSelectorTerm.setMatchFields(List<V1NodeSelectorRequirement> matchFields)