adminUsers

@JvmName(name = "eqdkrukifvotyigx")
suspend fun adminUsers(value: Output<List<String>>)
@JvmName(name = "ybloanglsvyyfiqt")
suspend fun adminUsers(value: List<String>?)

Parameters

value

Users that can perform operations as a cluster admin. A managed ClusterRoleBinding will be created to grant the cluster-admin ClusterRole to the users. Up to ten admin users can be provided. For more info on RBAC, see https://kubernetes.io/docs/reference/access-authn-authz/rbac/#user-facing-roles


@JvmName(name = "yxnhicumoexgllva")
suspend fun adminUsers(vararg values: Output<String>)


@JvmName(name = "firuduvgfjtwchgc")
suspend fun adminUsers(values: List<Output<String>>)
@JvmName(name = "ttyjwtcjplviwbrx")
suspend fun adminUsers(vararg values: String)

Parameters

values

Users that can perform operations as a cluster admin. A managed ClusterRoleBinding will be created to grant the cluster-admin ClusterRole to the users. Up to ten admin users can be provided. For more info on RBAC, see https://kubernetes.io/docs/reference/access-authn-authz/rbac/#user-facing-roles