ClusterAuthorizationArgs

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

Constructors

Link copied to clipboard
constructor(adminUsers: Output<ClusterAuthorizationAdminUsersArgs>)

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.

Functions

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