Class GkeClusterReference (0.4.2)

GkeClusterReference(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A reference to a GKE cluster. .. attribute:: cluster

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.

    :type: str