StandardRolloutPolicyArgs

data class StandardRolloutPolicyArgs(val batchNodeCount: Output<Int>? = null, val batchPercentage: Output<Double>? = null, val batchSoakDuration: Output<String>? = null) : ConvertibleToJava<StandardRolloutPolicyArgs>

Standard rollout policy is the default policy for blue-green.

Constructors

Link copied to clipboard
fun StandardRolloutPolicyArgs(batchNodeCount: Output<Int>? = null, batchPercentage: Output<Double>? = null, batchSoakDuration: Output<String>? = null)

Functions

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

Properties

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

Number of blue nodes to drain in a batch.

Link copied to clipboard
val batchPercentage: Output<Double>? = null

Percentage of the blue pool nodes to drain in a batch. The range of this field should be (0.0, 1.0].

Link copied to clipboard
val batchSoakDuration: Output<String>? = null

Soak time after each batch gets drained. Default to zero.