clusterRoleSelectors

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


@JvmName(name = "twskkxhrscldyync")
suspend fun clusterRoleSelectors(values: List<Output<LabelSelectorPatchArgs>>)
@JvmName(name = "kjxaqfsyiacgldql")
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 = "wirjvqqegfomjhgq")
suspend fun clusterRoleSelectors(argument: List<suspend LabelSelectorPatchArgsBuilder.() -> Unit>)
@JvmName(name = "crikmyirgabbdpeb")
suspend fun clusterRoleSelectors(vararg argument: suspend LabelSelectorPatchArgsBuilder.() -> Unit)
@JvmName(name = "sowrsjcbxomxxbit")
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