GoogleApi.GameServices.V1.Model.GkeClusterReference (google_api_game_services v0.8.3) View Source

A reference to a GKE cluster.

Attributes

  • cluster (type: String.t, default: nil) - The full or partial name of a GKE cluster, using one of the following forms: projects/{project}/locations/{location}/clusters/{cluster} locations/{location}/clusters/{cluster} * {cluster} If project and location are not specified, the project and location of the GameServerCluster resource are used to generate the full name of the GKE cluster.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.GameServices.V1.Model.GkeClusterReference{
  cluster: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.