str
Output only. The version of Agones currently
installed in the registered Kubernetes cluster.
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).
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.
Values:
INSTALLATION_STATE_UNSPECIFIED (0):
The default value. This value is used if the
state is omitted.
AGONES_KUBERNETES_VERSION_SUPPORTED (1):
The combination of Agones and Kubernetes
versions is supported by Google Cloud Game
Servers.
AGONES_VERSION_UNSUPPORTED (2):
The installed version of Agones is not
supported by Google Cloud Game Servers.
AGONES_KUBERNETES_VERSION_UNSUPPORTED (3):
The installed version of Agones is supported
by Google Cloud Game Servers, but the installed
version of Kubernetes is not recommended or
supported by the version of Agones.
AGONES_VERSION_UNRECOGNIZED (4):
The installed version of Agones is not
recognized because the Agones controller's image
name does not have a version string reported as
{major}.{minor}(.{patch}).
KUBERNETES_VERSION_UNRECOGNIZED (5):
The server version of Kubernetes cluster is
not recognized because the API server didn't
return parsable version info on path/version.
VERSION_VERIFICATION_FAILED (6):
Failed to read or verify the version of Agones or
Kubernetes. See version_installed_error_message for details.
AGONES_NOT_INSTALLED (7):
Agones is not installed.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Class KubernetesClusterState (1.8.3)\n\nVersion latestkeyboard_arrow_down\n\n- [1.8.3 (latest)](/python/docs/reference/gameservices/latest/google.cloud.gaming_v1.types.KubernetesClusterState)\n- [1.8.2](/python/docs/reference/gameservices/1.8.2/google.cloud.gaming_v1.types.KubernetesClusterState)\n- [1.7.1](/python/docs/reference/gameservices/1.7.1/google.cloud.gaming_v1.types.KubernetesClusterState)\n- [1.6.0](/python/docs/reference/gameservices/1.6.0/google.cloud.gaming_v1.types.KubernetesClusterState)\n- [1.5.3](/python/docs/reference/gameservices/1.5.3/google.cloud.gaming_v1.types.KubernetesClusterState)\n- [1.4.2](/python/docs/reference/gameservices/1.4.2/google.cloud.gaming_v1.types.KubernetesClusterState)\n- [1.3.0](/python/docs/reference/gameservices/1.3.0/google.cloud.gaming_v1.types.KubernetesClusterState)\n- [1.2.1](/python/docs/reference/gameservices/1.2.1/google.cloud.gaming_v1.types.KubernetesClusterState)\n- [1.1.1](/python/docs/reference/gameservices/1.1.1/google.cloud.gaming_v1.types.KubernetesClusterState)\n- [1.0.2](/python/docs/reference/gameservices/1.0.2/google.cloud.gaming_v1.types.KubernetesClusterState)\n- [0.5.2](/python/docs/reference/gameservices/0.5.2/google.cloud.gaming_v1.types.KubernetesClusterState)\n- [0.4.2](/python/docs/reference/gameservices/0.4.2/google.cloud.gaming_v1.types.KubernetesClusterState)\n- [0.3.0](/python/docs/reference/gameservices/0.3.0/google.cloud.gaming_v1.types.KubernetesClusterState)\n- [0.2.0](/python/docs/reference/gameservices/0.2.0/google.cloud.gaming_v1.types.KubernetesClusterState)\n- [0.1.1](/python/docs/reference/gameservices/0.1.1/google.cloud.gaming_v1.types.KubernetesClusterState) \n\n KubernetesClusterState(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nThe state of the Kubernetes cluster.\n\nClasses\n-------\n\n### InstallationState\n\n InstallationState(value)\n\nThe state of the installed versions of Agones/Kubernetes. See\nalso\n\u003chttps://cloud.google.com/game-servers/docs/versions-and-upgrades\u003e.\n\nValues:\nINSTALLATION_STATE_UNSPECIFIED (0):\nThe default value. This value is used if the\nstate is omitted.\nAGONES_KUBERNETES_VERSION_SUPPORTED (1):\nThe combination of Agones and Kubernetes\nversions is supported by Google Cloud Game\nServers.\nAGONES_VERSION_UNSUPPORTED (2):\nThe installed version of Agones is not\nsupported by Google Cloud Game Servers.\nAGONES_KUBERNETES_VERSION_UNSUPPORTED (3):\nThe installed version of Agones is supported\nby Google Cloud Game Servers, but the installed\nversion of Kubernetes is not recommended or\nsupported by the version of Agones.\nAGONES_VERSION_UNRECOGNIZED (4):\nThe installed version of Agones is not\nrecognized because the Agones controller's image\nname does not have a version string reported as\n{major}.{minor}(.{patch}).\nKUBERNETES_VERSION_UNRECOGNIZED (5):\nThe server version of Kubernetes cluster is\nnot recognized because the API server didn't\nreturn parsable version info on path/version.\nVERSION_VERIFICATION_FAILED (6):\nFailed to read or verify the version of Agones or\nKubernetes. See version_installed_error_message for details.\nAGONES_NOT_INSTALLED (7):\nAgones is not installed."]]