KubernetesClusterState(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The state of the Kubernetes cluster. .. attribute:: agones_version_installed
Output only. The version of Agones currently installed in the registered Kubernetes cluster.
:type: str
Attributes | |
---|---|
Name | Description |
kubernetes_version_installed |
str
Output only. The version of Kubernetes that is currently used in the registered Kubernetes cluster (as detected by the Cloud Game Servers service). |
installation_state |
google.cloud.gaming_v1.types.KubernetesClusterState.InstallationState
Output only. The state for the installed versions of Agones/Kubernetes. |
version_installed_error_message |
str
Output only. The detailed error message for the installed versions of Agones/Kubernetes. |
provider |
str
Output only. The cloud provider type reported by the first node's providerID in the list of nodes on the Kubernetes endpoint. On Kubernetes platforms that support zero-node clusters (like GKE-on-GCP), the provider type will be empty. |
agones_version_targeted |
str
Output only. The version of Agones that is targeted to be installed in the cluster. |
Classes
InstallationState
InstallationState(value)
The state of the installed versions of Agones/Kubernetes. See also https://cloud.google.com/game-servers/docs/versions-and- upgrades.