GoogleApi.GameServices.V1.Model.KubernetesClusterState (google_api_game_services v0.10.2) View Source

The state of the Kubernetes cluster.

Attributes

  • agonesVersionInstalled (type: String.t, default: nil) - Output only. The version of Agones currently installed in the registered Kubernetes cluster.
  • agonesVersionTargeted (type: String.t, default: nil) - Output only. The version of Agones that is targeted to be installed in the cluster.
  • installationState (type: String.t, default: nil) - Output only. The state for the installed versions of Agones/Kubernetes.
  • kubernetesVersionInstalled (type: String.t, default: nil) - Output only. The version of Kubernetes that is currently used in the registered Kubernetes cluster (as detected by the Cloud Game Servers service).
  • provider (type: String.t, default: nil) - 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.
  • versionInstalledErrorMessage (type: String.t, default: nil) - Output only. The detailed error message for the installed versions of Agones/Kubernetes.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.GameServices.V1.Model.KubernetesClusterState{
  agonesVersionInstalled: String.t() | nil,
  agonesVersionTargeted: String.t() | nil,
  installationState: String.t() | nil,
  kubernetesVersionInstalled: String.t() | nil,
  provider: String.t() | nil,
  versionInstalledErrorMessage: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.