Node Selector Term Patch Args
data class NodeSelectorTermPatchArgs(val matchExpressions: Output<List<NodeSelectorRequirementPatchArgs>>? = null, val matchFields: Output<List<NodeSelectorRequirementPatchArgs>>? = null) : ConvertibleToJava<NodeSelectorTermPatchArgs>
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<NodeSelectorRequirementPatchArgs>>? = null, matchFields: Output<List<NodeSelectorRequirementPatchArgs>>? = null)