adminGroups

@JvmName(name = "uggnhbwebggyxluf")
suspend fun adminGroups(value: Output<List<String>>)
@JvmName(name = "iubaujkvuphseqae")
suspend fun adminGroups(value: List<String>?)

Parameters

value

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


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


@JvmName(name = "ovinmgsgpltijaeu")
suspend fun adminGroups(values: List<Output<String>>)
@JvmName(name = "vavhbjjyhpdjnwek")
suspend fun adminGroups(vararg values: String)

Parameters

values

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