View Source GoogleApi.GKEOnPrem.V1.Model.Authorization (google_api_gke_on_prem v0.3.0)

Authorization defines the On-Prem cluster authorization configuration to bootstrap onto the admin cluster.

Attributes

  • adminUsers (type: list(GoogleApi.GKEOnPrem.V1.Model.ClusterUser.t), default: nil) - For VMware and bare metal user clusters, users will be granted the cluster-admin role on the cluster, which provides full administrative access to the cluster. For bare metal admin clusters, users will be granted the cluster-view role, which limits users to read-only access.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEOnPrem.V1.Model.Authorization{
  adminUsers: [GoogleApi.GKEOnPrem.V1.Model.ClusterUser.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.