google_api_game_services v0.2.2 GoogleApi.GameServices.V1beta.Model.GkeClusterReference 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

Link to this type

t()

View Source
t() :: %GoogleApi.GameServices.V1beta.Model.GkeClusterReference{
  cluster: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.