Uses of Class
kubevirt.io.V1NodeSelectorTerm
Packages that use V1NodeSelectorTerm
-
Uses of V1NodeSelectorTerm in kubevirt.io
Fields in kubevirt.io declared as V1NodeSelectorTermFields in kubevirt.io with type parameters of type V1NodeSelectorTermModifier and TypeFieldDescriptionprivate List<V1NodeSelectorTerm> V1NodeSelector.nodeSelectorTermsMethods in kubevirt.io that return V1NodeSelectorTermModifier and TypeMethodDescriptionV1NodeSelectorTerm.addMatchExpressionsItem(V1NodeSelectorRequirement matchExpressionsItem) V1NodeSelectorTerm.addMatchFieldsItem(V1NodeSelectorRequirement matchFieldsItem) V1PreferredSchedulingTerm.getPreference()A node selector term, associated with the corresponding weight.V1NodeSelectorTerm.matchExpressions(List<V1NodeSelectorRequirement> matchExpressions) V1NodeSelectorTerm.matchFields(List<V1NodeSelectorRequirement> matchFields) Methods in kubevirt.io that return types with arguments of type V1NodeSelectorTermMethods in kubevirt.io with parameters of type V1NodeSelectorTermModifier and TypeMethodDescriptionV1NodeSelector.addNodeSelectorTermsItem(V1NodeSelectorTerm nodeSelectorTermsItem) V1PreferredSchedulingTerm.preference(V1NodeSelectorTerm preference) voidV1PreferredSchedulingTerm.setPreference(V1NodeSelectorTerm preference) Method parameters in kubevirt.io with type arguments of type V1NodeSelectorTermModifier and TypeMethodDescriptionV1NodeSelector.nodeSelectorTerms(List<V1NodeSelectorTerm> nodeSelectorTerms) voidV1NodeSelector.setNodeSelectorTerms(List<V1NodeSelectorTerm> nodeSelectorTerms)