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

ReleaseChannelConfig exposes configuration for a release channel.

Attributes

  • channel (type: String.t, default: nil) - The release channel this configuration applies to.
  • defaultVersion (type: String.t, default: nil) - The default version for newly created clusters on the channel.
  • validVersions (type: list(String.t), default: nil) - List of valid versions for the channel.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Container.V1.Model.ReleaseChannelConfig{
  channel: String.t() | nil,
  defaultVersion: String.t() | nil,
  validVersions: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.