selector

@JvmName(name = "rlsqyjjhbbhhtqyp")
suspend fun selector(value: Output<LabelSelectorPatchArgs>)
@JvmName(name = "ryneaorkntqjstkb")
suspend fun selector(value: LabelSelectorPatchArgs?)

Parameters

value

selector can be used to match multiple param objects based on their labels. Supply selector: {} to match all resources of the ParamKind. If multiple params are found, they are all evaluated with the policy expressions and the results are ANDed together. One of name or selector must be set, but name and selector are mutually exclusive properties. If one is set, the other must be unset.


@JvmName(name = "vohdpdyaggciwosy")
suspend fun selector(argument: suspend LabelSelectorPatchArgsBuilder.() -> Unit)

Parameters

argument

selector can be used to match multiple param objects based on their labels. Supply selector: {} to match all resources of the ParamKind. If multiple params are found, they are all evaluated with the policy expressions and the results are ANDed together. One of name or selector must be set, but name and selector are mutually exclusive properties. If one is set, the other must be unset.