NodePoolRolloutPolicyArgs

data class NodePoolRolloutPolicyArgs(val maxUnavailable: Output<Int>? = null) : ConvertibleToJava<NodePoolRolloutPolicyArgs>

Constructors

Link copied to clipboard
fun NodePoolRolloutPolicyArgs(maxUnavailable: Output<Int>? = null)

Functions

Link copied to clipboard
open override fun toJava(): NodePoolRolloutPolicyArgs

Properties

Link copied to clipboard
val maxUnavailable: Output<Int>? = null

Maximum number of unavailable nodes during rolling upgrade. The value of this field should be greater than 0, and if it's set to a number less than or equal to 0, the default setting will be used. Please use max_parallelism to instead it from provider version 1.185.0.