Uses of Class
io.kubernetes.client.openapi.models.V1NodeSelectorTerm
Packages that use V1NodeSelectorTerm
-
Uses of V1NodeSelectorTerm in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1NodeSelectorTermModifier and TypeMethodDescriptionV1NodeSelectorTerm.addMatchExpressionsItem(V1NodeSelectorRequirement matchExpressionsItem) V1NodeSelectorTerm.addMatchFieldsItem(V1NodeSelectorRequirement matchFieldsItem) V1PreferredSchedulingTerm.getPreference()Get preferenceV1NodeSelectorTerm.matchExpressions(List<V1NodeSelectorRequirement> matchExpressions) V1NodeSelectorTerm.matchFields(List<V1NodeSelectorRequirement> matchFields) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1NodeSelectorTermMethods in io.kubernetes.client.openapi.models with parameters of type V1NodeSelectorTermModifier and TypeMethodDescriptionV1NodeSelector.addNodeSelectorTermsItem(V1NodeSelectorTerm nodeSelectorTermsItem) V1PreferredSchedulingTerm.preference(V1NodeSelectorTerm preference) voidV1PreferredSchedulingTerm.setPreference(V1NodeSelectorTerm preference) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1NodeSelectorTermModifier and TypeMethodDescriptionV1NodeSelector.nodeSelectorTerms(List<V1NodeSelectorTerm> nodeSelectorTerms) voidV1NodeSelector.setNodeSelectorTerms(List<V1NodeSelectorTerm> nodeSelectorTerms)