Google Cloud Game Servers V1 Client - Class InstallationState (1.0.5)

Reference documentation and code samples for the Google Cloud Game Servers V1 Client class InstallationState.

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

Protobuf type google.cloud.gaming.v1.KubernetesClusterState.InstallationState

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

INSTALLATION_STATE_UNSPECIFIED

Value: 0

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

Generated from protobuf enum INSTALLATION_STATE_UNSPECIFIED = 0;

AGONES_KUBERNETES_VERSION_SUPPORTED

Value: 1

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

Generated from protobuf enum AGONES_KUBERNETES_VERSION_SUPPORTED = 1;

AGONES_VERSION_UNSUPPORTED

Value: 2

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

Generated from protobuf enum AGONES_VERSION_UNSUPPORTED = 2;

AGONES_KUBERNETES_VERSION_UNSUPPORTED

Value: 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.

Generated from protobuf enum AGONES_KUBERNETES_VERSION_UNSUPPORTED = 3;

AGONES_VERSION_UNRECOGNIZED

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

Generated from protobuf enum AGONES_VERSION_UNRECOGNIZED = 4;

KUBERNETES_VERSION_UNRECOGNIZED

Value: 5

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

Generated from protobuf enum KUBERNETES_VERSION_UNRECOGNIZED = 5;

VERSION_VERIFICATION_FAILED

Value: 6

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

Generated from protobuf enum VERSION_VERIFICATION_FAILED = 6;

AGONES_NOT_INSTALLED

Value: 7

Agones is not installed.

Generated from protobuf enum AGONES_NOT_INSTALLED = 7;