Standard Rollout Policy Response
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)