GkeClusterReference(mapping=None, *, ignore_unknown_fields=False, **kwargs)A reference to a GKE cluster.
Attribute |
|
|---|---|
| Name | Description |
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.
|