Node Selector Term Args
data class NodeSelectorTermArgs(val matchExpressions: Output<List<NodeSelectorRequirementArgs>>? = null, val matchFields: Output<List<NodeSelectorRequirementArgs>>? = null) : ConvertibleToJava<NodeSelectorTermArgs>
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.
Constructors
Link copied to clipboard
constructor(matchExpressions: Output<List<NodeSelectorRequirementArgs>>? = null, matchFields: Output<List<NodeSelectorRequirementArgs>>? = null)