clusterRoleSelectors

@JvmName(name = "jwsqunpognnrhgwl")
suspend fun clusterRoleSelectors(value: Output<List<LabelSelectorPatchArgs>>)
@JvmName(name = "xoyhejxpindbfsri")
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 = "guwnntsghdtiemyn")
suspend fun clusterRoleSelectors(vararg values: Output<LabelSelectorPatchArgs>)


@JvmName(name = "xpyxcwdatcewoajm")
suspend fun clusterRoleSelectors(values: List<Output<LabelSelectorPatchArgs>>)
@JvmName(name = "gakebsimybuscgln")
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 = "dkrtkvqrjelvpeib")
suspend fun clusterRoleSelectors(argument: List<suspend LabelSelectorPatchArgsBuilder.() -> Unit>)
@JvmName(name = "tyngsdjybdatieco")
suspend fun clusterRoleSelectors(vararg argument: suspend LabelSelectorPatchArgsBuilder.() -> Unit)
@JvmName(name = "ntlfdraktrfiyyqc")
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