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

Settings for blue-green upgrade.

Attributes

  • nodePoolSoakDuration (type: String.t, default: nil) - Time needed after draining entire blue pool. After this period, blue pool will be cleaned up.
  • standardRolloutPolicy (type: GoogleApi.Container.V1.Model.StandardRolloutPolicy.t, default: nil) - Standard policy for the blue-green upgrade.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Container.V1.Model.BlueGreenSettings{
  nodePoolSoakDuration: String.t() | nil,
  standardRolloutPolicy:
    GoogleApi.Container.V1.Model.StandardRolloutPolicy.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.