clusterRoleSelectors

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


@JvmName(name = "bjdjomiwipitgxol")
suspend fun clusterRoleSelectors(values: List<Output<LabelSelectorPatchArgs>>)
@JvmName(name = "ybrpvqhueaujvcfl")
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 = "nfvvivesmbsignqt")
suspend fun clusterRoleSelectors(argument: List<suspend LabelSelectorPatchArgsBuilder.() -> Unit>)
@JvmName(name = "awptxawxailcwerw")
suspend fun clusterRoleSelectors(vararg argument: suspend LabelSelectorPatchArgsBuilder.() -> Unit)
@JvmName(name = "xbbpnngexxiwisdf")
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