public enum InstallationState
The state of the installed versions of Agones/Kubernetes. See also https://cloud.google.com/game-servers/docs/versions-and-upgrades.
Namespace
Google.Cloud.Gaming.V1Assembly
Google.Cloud.Gaming.V1.dll
Fields | |
---|---|
Name | Description |
AgonesKubernetesVersionSupported | The combination of Agones and Kubernetes versions is supported by Google Cloud Game Servers. |
AgonesKubernetesVersionUnsupported | 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. |
AgonesNotInstalled | Agones is not installed. |
AgonesVersionUnrecognized | 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}). |
AgonesVersionUnsupported | The installed version of Agones is not supported by Google Cloud Game Servers. |
KubernetesVersionUnrecognized | The server version of Kubernetes cluster is not recognized because the API server didn't return parsable version info on path/version. |
Unspecified | The default value. This value is used if the state is omitted. |
VersionVerificationFailed | Failed to read or verify the version of Agones or Kubernetes. See version_installed_error_message for details. |