View Source GoogleApi.GKEBackup.V1.Model.ClusterMetadata (google_api_gke_backup v0.6.0)

Information about the GKE cluster from which this Backup was created.

Attributes

  • anthosVersion (type: String.t, default: nil) - Output only. Anthos version
  • backupCrdVersions (type: map(), default: nil) - Output only. A list of the Backup for GKE CRD versions found in the cluster.
  • cluster (type: String.t, default: nil) - Output only. The source cluster from which this Backup was created. Valid formats: - projects/*/locations/*/clusters/* - projects/*/zones/*/clusters/* This is inherited from the parent BackupPlan's cluster field.
  • gkeVersion (type: String.t, default: nil) - Output only. GKE version
  • k8sVersion (type: String.t, default: nil) - Output only. The Kubernetes server version of the source cluster.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEBackup.V1.Model.ClusterMetadata{
  anthosVersion: String.t() | nil,
  backupCrdVersions: map() | nil,
  cluster: String.t() | nil,
  gkeVersion: String.t() | nil,
  k8sVersion: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.