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

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 GCP 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.