Node Selector Term Patch
data class NodeSelectorTermPatch(val matchExpressions: List<NodeSelectorRequirementPatch>? = null, val matchFields: List<NodeSelectorRequirementPatch>? = null)
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: List<NodeSelectorRequirementPatch>? = null, matchFields: List<NodeSelectorRequirementPatch>? = null)