View Source GoogleApi.Container.V1.Model.UpgradeEvent (google_api_container v0.45.0)

UpgradeEvent is a notification sent to customers by the cluster server when a resource is upgrading.

Attributes

  • currentVersion (type: String.t, default: nil) - The current version before the upgrade.
  • operation (type: String.t, default: nil) - The operation associated with this upgrade.
  • operationStartTime (type: DateTime.t, default: nil) - The time when the operation was started.
  • resource (type: String.t, default: nil) - Optional relative path to the resource. For example in node pool upgrades, the relative path of the node pool.
  • resourceType (type: String.t, default: nil) - The resource type that is upgrading.
  • targetVersion (type: String.t, default: nil) - The target version for the upgrade.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Container.V1.Model.UpgradeEvent{
  currentVersion: String.t() | nil,
  operation: String.t() | nil,
  operationStartTime: DateTime.t() | nil,
  resource: String.t() | nil,
  resourceType: String.t() | nil,
  targetVersion: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.