ClusterAuthorizationArgs

data class ClusterAuthorizationArgs(val adminUsers: Output<ClusterAuthorizationAdminUsersArgs>) : ConvertibleToJava<ClusterAuthorizationArgs>

Constructors

Functions

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

Properties

Link copied to clipboard

User that will be granted the cluster-admin role on the cluster, providing full access to the cluster. Currently, this is a singular field, but will be expanded to allow multiple admins in the future. Structure is documented below.