StandardRolloutPolicyResponse

data class StandardRolloutPolicyResponse(val batchNodeCount: Int, val batchPercentage: Double, val batchSoakDuration: String)

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

Constructors

Link copied to clipboard
fun StandardRolloutPolicyResponse(batchNodeCount: Int, batchPercentage: Double, batchSoakDuration: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Number of blue nodes to drain in a batch.

Link copied to clipboard

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

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