Label Selector Patch Args
data class LabelSelectorPatchArgs(val matchExpressions: Output<List<LabelSelectorRequirementPatchArgs>>? = null, val matchLabels: Output<Map<String, String>>? = null) : ConvertibleToJava<LabelSelectorPatchArgs>
A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.
Constructors
Link copied to clipboard
fun LabelSelectorPatchArgs(matchExpressions: Output<List<LabelSelectorRequirementPatchArgs>>? = null, matchLabels: Output<Map<String, String>>? = null)