View Source GoogleApi.GKEOnPrem.V1.Model.BareMetalParallelUpgradeConfig (google_api_gke_on_prem v0.3.0)

BareMetalParallelUpgradeConfig defines the parallel upgrade settings for worker node pools.

Attributes

  • concurrentNodes (type: integer(), default: nil) - The maximum number of nodes that can be upgraded at once.
  • minimumAvailableNodes (type: integer(), default: nil) - The minimum number of nodes that should be healthy and available during an upgrade. If set to the default value of 0, it is possible that none of the nodes will be available during an upgrade.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEOnPrem.V1.Model.BareMetalParallelUpgradeConfig{
  concurrentNodes: integer() | nil,
  minimumAvailableNodes: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.