GetClusterNodePoolUpgradeSetting

data class GetClusterNodePoolUpgradeSetting(val blueGreenSettings: List<GetClusterNodePoolUpgradeSettingBlueGreenSetting>, val maxSurge: Int, val maxUnavailable: Int, val strategy: String)

Constructors

Link copied to clipboard
constructor(blueGreenSettings: List<GetClusterNodePoolUpgradeSettingBlueGreenSetting>, maxSurge: Int, maxUnavailable: Int, strategy: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Settings for BlueGreen node pool upgrade.

Link copied to clipboard

The number of additional nodes that can be added to the node pool during an upgrade. Increasing max_surge raises the number of nodes that can be upgraded simultaneously. Can be set to 0 or greater.

Link copied to clipboard

The number of nodes that can be simultaneously unavailable during an upgrade. Increasing max_unavailable raises the number of nodes that can be upgraded in parallel. Can be set to 0 or greater.

Link copied to clipboard

Update strategy for the given nodepool.