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

GkeCluster contains information specific to GKE clusters.

Attributes

  • clusterMissing (type: boolean(), default: nil) - Output only. If cluster_missing is set then it denotes that the GKE cluster no longer exists in the GKE Control Plane.
  • resourceLink (type: String.t, default: nil) - Immutable. Self-link of the Google Cloud resource for the GKE cluster. For example: //container.googleapis.com/projects/my-project/locations/us-west1-a/clusters/my-cluster Zonal clusters are also supported.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEHub.V1.Model.GkeCluster{
  clusterMissing: boolean() | nil,
  resourceLink: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.