clusterRoleSelectors

@JvmName(name = "eglbuwuamycfljtb")
suspend fun clusterRoleSelectors(value: Output<List<LabelSelectorPatchArgs>>)
@JvmName(name = "emapylebsfhduhij")
suspend fun clusterRoleSelectors(value: List<LabelSelectorPatchArgs>?)

Parameters

value

ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules. If any of the selectors match, then the ClusterRole's permissions will be added


@JvmName(name = "bviddihjxsuvvwok")
suspend fun clusterRoleSelectors(vararg values: Output<LabelSelectorPatchArgs>)


@JvmName(name = "uaxjvlnlyrftnaob")
suspend fun clusterRoleSelectors(values: List<Output<LabelSelectorPatchArgs>>)
@JvmName(name = "fxwkvtdxmibnlqbo")
suspend fun clusterRoleSelectors(vararg values: LabelSelectorPatchArgs)

Parameters

values

ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules. If any of the selectors match, then the ClusterRole's permissions will be added


@JvmName(name = "ukqwvqonkoejacnl")
suspend fun clusterRoleSelectors(argument: List<suspend LabelSelectorPatchArgsBuilder.() -> Unit>)
@JvmName(name = "ohgjlfeblqufdvye")
suspend fun clusterRoleSelectors(vararg argument: suspend LabelSelectorPatchArgsBuilder.() -> Unit)
@JvmName(name = "lncakckxxeestdcc")
suspend fun clusterRoleSelectors(argument: suspend LabelSelectorPatchArgsBuilder.() -> Unit)

Parameters

argument

ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules. If any of the selectors match, then the ClusterRole's permissions will be added