NodePoolRollingPolicyArgs

data class NodePoolRollingPolicyArgs(val maxParallelism: Output<Int>? = null) : ConvertibleToJava<NodePoolRollingPolicyArgs>

Constructors

Link copied to clipboard
fun NodePoolRollingPolicyArgs(maxParallelism: Output<Int>? = null)

Functions

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

Properties

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

Maximum parallel number 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.