AttachedClusterAuthorizationArgs

data class AttachedClusterAuthorizationArgs(val adminUsers: Output<List<String>>? = null) : ConvertibleToJava<AttachedClusterAuthorizationArgs>

Constructors

Link copied to clipboard
constructor(adminUsers: Output<List<String>>? = null)

Properties

Link copied to clipboard
val adminUsers: Output<List<String>>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): AttachedClusterAuthorizationArgs