clusterRoleSelectors

@JvmName(name = "fqhwrwipdovglwcr")
suspend fun clusterRoleSelectors(value: Output<List<LabelSelectorArgs>>)
@JvmName(name = "vdesbklibcbuqqkg")
suspend fun clusterRoleSelectors(value: List<LabelSelectorArgs>?)

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 = "hvigorbgvspbsrpa")
suspend fun clusterRoleSelectors(vararg values: Output<LabelSelectorArgs>)


@JvmName(name = "mxgubtlqtnlrjjkx")
suspend fun clusterRoleSelectors(values: List<Output<LabelSelectorArgs>>)
@JvmName(name = "uiuelrmngkbrqqot")
suspend fun clusterRoleSelectors(vararg values: LabelSelectorArgs)

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 = "jjqpputvlibhytnk")
suspend fun clusterRoleSelectors(argument: List<suspend LabelSelectorArgsBuilder.() -> Unit>)
@JvmName(name = "oyhyrqmdpmmvbhpk")
suspend fun clusterRoleSelectors(vararg argument: suspend LabelSelectorArgsBuilder.() -> Unit)
@JvmName(name = "yllihtjmthtbfmsw")
suspend fun clusterRoleSelectors(argument: suspend LabelSelectorArgsBuilder.() -> 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