Uses of Class
kubevirt.io.V1NodeSelectorRequirement
-
Packages that use V1NodeSelectorRequirement Package Description kubevirt.io -
-
Uses of V1NodeSelectorRequirement in kubevirt.io
Methods in kubevirt.io that return V1NodeSelectorRequirement Modifier and Type Method Description V1NodeSelectorRequirement
V1NodeSelectorRequirement. addValuesItem(java.lang.String valuesItem)
V1NodeSelectorRequirement
V1NodeSelectorRequirement. key(java.lang.String key)
V1NodeSelectorRequirement
V1NodeSelectorRequirement. operator(java.lang.String operator)
V1NodeSelectorRequirement
V1NodeSelectorRequirement. values(java.util.List<java.lang.String> values)
Methods in kubevirt.io that return types with arguments of type V1NodeSelectorRequirement Modifier and Type Method Description java.util.List<V1NodeSelectorRequirement>
V1NodeSelectorTerm. getMatchExpressions()
A list of node selector requirements by node's labels.java.util.List<V1NodeSelectorRequirement>
V1NodeSelectorTerm. getMatchFields()
A list of node selector requirements by node's fields.Methods in kubevirt.io with parameters of type V1NodeSelectorRequirement Modifier and Type Method Description V1NodeSelectorTerm
V1NodeSelectorTerm. addMatchExpressionsItem(V1NodeSelectorRequirement matchExpressionsItem)
V1NodeSelectorTerm
V1NodeSelectorTerm. addMatchFieldsItem(V1NodeSelectorRequirement matchFieldsItem)
Method parameters in kubevirt.io with type arguments of type V1NodeSelectorRequirement Modifier and Type Method Description V1NodeSelectorTerm
V1NodeSelectorTerm. matchExpressions(java.util.List<V1NodeSelectorRequirement> matchExpressions)
V1NodeSelectorTerm
V1NodeSelectorTerm. matchFields(java.util.List<V1NodeSelectorRequirement> matchFields)
void
V1NodeSelectorTerm. setMatchExpressions(java.util.List<V1NodeSelectorRequirement> matchExpressions)
void
V1NodeSelectorTerm. setMatchFields(java.util.List<V1NodeSelectorRequirement> matchFields)
-