GoogleApi.Container.V1.Model.EnterpriseConfig (google_api_container v0.57.0)

View Source

EnterpriseConfig is the cluster enterprise configuration.

Attributes

  • clusterTier (type: String.t, default: nil) - Output only. cluster_tier indicates the effective tier of the cluster.
  • desiredTier (type: String.t, default: nil) - desired_tier specifies the desired tier of the cluster.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Container.V1.Model.EnterpriseConfig{
  clusterTier: String.t() | nil,
  desiredTier: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.