Label Selector Requirement Patch Args
data class LabelSelectorRequirementPatchArgs(val key: Output<String>? = null, val operator: Output<String>? = null, val values: Output<List<String>>? = null) : ConvertibleToJava<LabelSelectorRequirementPatchArgs>
A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.
Constructors
Link copied to clipboard
fun LabelSelectorRequirementPatchArgs(key: Output<String>? = null, operator: Output<String>? = null, values: Output<List<String>>? = null)