adminUsers

@JvmName(name = "hogvulnhtejehuao")
suspend fun adminUsers(value: Output<List<String>>)
@JvmName(name = "lhfeiqpcneghsbbn")
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 = "fxrvbogyivryiwea")
suspend fun adminUsers(vararg values: Output<String>)


@JvmName(name = "yrsatgledkarqaet")
suspend fun adminUsers(values: List<Output<String>>)
@JvmName(name = "gfxccodajhcdjijc")
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