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

ReleaseChannel indicates which release channel a cluster is subscribed to. Release channels are arranged in order of risk. When a cluster is subscribed to a release channel, Google maintains both the master version and the node version. Node auto-upgrade defaults to true and cannot be disabled.

Attributes

  • channel (type: String.t, default: nil) - channel specifies which release channel the cluster is subscribed to.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Container.V1.Model.ReleaseChannel{channel: String.t() | nil}

Functions

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

Unwrap a decoded JSON object into its complex fields.