Module: Google::Cloud::Gaming::V1::KubernetesClusterState::InstallationState

Defined in:
proto_docs/google/cloud/gaming/v1/game_server_clusters.rb

Overview

The state of the installed versions of Agones/Kubernetes. See also https://cloud.google.com/game-servers/docs/versions-and-upgrades.

Constant Summary collapse

INSTALLATION_STATE_UNSPECIFIED =

The default value. This value is used if the state is omitted.

0
AGONES_KUBERNETES_VERSION_SUPPORTED =

The combination of Agones and Kubernetes versions is supported by Google Cloud Game Servers.

1
AGONES_VERSION_UNSUPPORTED =

The installed version of Agones is not supported by Google Cloud Game Servers.

2
AGONES_KUBERNETES_VERSION_UNSUPPORTED =

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.

3
AGONES_VERSION_UNRECOGNIZED =

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}).

4
KUBERNETES_VERSION_UNRECOGNIZED =

The server version of Kubernetes cluster is not recognized because the API server didn't return parsable version info on path/version.

5
VERSION_VERIFICATION_FAILED =

Failed to read or verify the version of Agones or Kubernetes. See version_installed_error_message for details.

6
AGONES_NOT_INSTALLED =

Agones is not installed.

7