Node Pool Upgrade Settings Args
data class NodePoolUpgradeSettingsArgs(val blueGreenSettings: Output<NodePoolUpgradeSettingsBlueGreenSettingsArgs>? = null, val maxSurge: Output<Int>? = null, val maxUnavailable: Output<Int>? = null, val strategy: Output<String>? = null) : ConvertibleToJava<NodePoolUpgradeSettingsArgs>
Constructors
Link copied to clipboard
fun NodePoolUpgradeSettingsArgs(blueGreenSettings: Output<NodePoolUpgradeSettingsBlueGreenSettingsArgs>? = null, maxSurge: Output<Int>? = null, maxUnavailable: Output<Int>? = null, strategy: Output<String>? = null)
Functions
Properties
Link copied to clipboard
The settings to adjust blue green upgrades. Structure is documented below