GoogleApi.Container.V1.Model.UpgradeAvailableEvent (google_api_container v0.57.0)

View Source

UpgradeAvailableEvent is a notification sent to customers when a new available version is released.

Attributes

  • releaseChannel (type: GoogleApi.Container.V1.Model.ReleaseChannel.t, default: nil) - The release channel of the version. If empty, it means a non-channel release.
  • resource (type: String.t, default: nil) - Optional relative path to the resource. For example, the relative path of the node pool.
  • resourceType (type: String.t, default: nil) - The resource type of the release version.
  • version (type: String.t, default: nil) - The release version available for upgrade.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Container.V1.Model.UpgradeAvailableEvent{
  releaseChannel: GoogleApi.Container.V1.Model.ReleaseChannel.t() | nil,
  resource: String.t() | nil,
  resourceType: String.t() | nil,
  version: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.