Class GkeClusterReference (1.5.2)

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

A reference to a GKE cluster.

Attribute

NameDescription
cluster str
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.

Inheritance

builtins.object > proto.message.Message > GkeClusterReference