NodePoolUpgradeSettingsBlueGreenSettingsStandardRolloutPolicy

data class NodePoolUpgradeSettingsBlueGreenSettingsStandardRolloutPolicy(val batchNodeCount: Int? = null, val batchPercentage: Double? = null, val batchSoakDuration: String? = null)

Constructors

constructor(batchNodeCount: Int? = null, batchPercentage: Double? = null, batchSoakDuration: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val batchNodeCount: Int? = null

Number of blue nodes to drain in a batch.

Link copied to clipboard
val batchPercentage: Double? = null

Percentage of the blue pool nodes to drain in a batch.

Link copied to clipboard

Soak time after each batch gets drained.