A null or empty node selector term matches no objects. The requirements of them are ANDed. The TopologySelectorTerm type implements a subset of the NodeSelectorTerm.
new()
withMatchExpressions(matchExpressions)
A list of node selector requirements by node’s labels.
withMatchExpressions
takes an array of type matchExpressionsType
. You can create
an instance of matchExpressionsType
with hidden.core.v1.nodeSelectorRequirement.new()
.
see hidden.core.v1.nodeSelectorRequirement
withMatchExpressionsMixin(matchExpressions)
A list of node selector requirements by node’s labels.
withMatchExpressionsMixin
takes an array of type matchExpressionsType
. You can create
an instance of matchExpressionsType
with hidden.core.v1.nodeSelectorRequirement.new()
.
see hidden.core.v1.nodeSelectorRequirement
withMatchFields(matchFields)
A list of node selector requirements by node’s fields.
withMatchFields
takes an array of type matchFieldsType
. You can create
an instance of matchFieldsType
with hidden.core.v1.nodeSelectorRequirement.new()
.
see hidden.core.v1.nodeSelectorRequirement
withMatchFieldsMixin(matchFields)
A list of node selector requirements by node’s fields.
withMatchFieldsMixin
takes an array of type matchFieldsType
. You can create
an instance of matchFieldsType
with hidden.core.v1.nodeSelectorRequirement.new()
.
see hidden.core.v1.nodeSelectorRequirement