Cluster Node Pool Upgrade Settings Args
data class ClusterNodePoolUpgradeSettingsArgs(val blueGreenSettings: Output<ClusterNodePoolUpgradeSettingsBlueGreenSettingsArgs>? = null, val maxSurge: Output<Int>? = null, val maxUnavailable: Output<Int>? = null, val strategy: Output<String>? = null) : ConvertibleToJava<ClusterNodePoolUpgradeSettingsArgs>
Constructors
Link copied to clipboard
constructor(blueGreenSettings: Output<ClusterNodePoolUpgradeSettingsBlueGreenSettingsArgs>? = null, maxSurge: Output<Int>? = null, maxUnavailable: Output<Int>? = null, strategy: Output<String>? = null)
Properties
Link copied to clipboard
Settings for blue-green upgrade strategy. To be specified when strategy is set to BLUE_GREEN. Structure is documented below.
Link copied to clipboard
The maximum number of nodes that can be simultaneously unavailable during the upgrade process. To be used when strategy is set to SURGE. Default is 0.