NodePoolRolloutPolicy

data class NodePoolRolloutPolicy(val maxUnavailable: Int? = null)

Constructors

Link copied to clipboard
fun NodePoolRolloutPolicy(maxUnavailable: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

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