View Source GoogleApi.GKEHub.V1.Model.ClusterUpgradeGKEUpgrade (google_api_gke_hub v0.16.0)

GKEUpgrade represents a GKE provided upgrade, e.g., control plane upgrade.

Attributes

  • name (type: String.t, default: nil) - Name of the upgrade, e.g., "k8s_control_plane". It should be a valid upgrade name. It must not exceet 99 characters.
  • version (type: String.t, default: nil) - Version of the upgrade, e.g., "1.22.1-gke.100". It should be a valid version. It must not exceet 99 characters.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEHub.V1.Model.ClusterUpgradeGKEUpgrade{
  name: String.t() | nil,
  version: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.