NodePoolRollingPolicy

data class NodePoolRollingPolicy(val maxParallelism: Int? = null)

Constructors

Link copied to clipboard
fun NodePoolRollingPolicy(maxParallelism: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val maxParallelism: 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.