GoogleApi.GameServices.V1beta.Model.GkeClusterReference (google_api_game_services v0.11.0) 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.V1beta.Model.GkeClusterReference{ cluster: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.