Delivery Pipeline Serial Pipeline Stage Strategy Canary Canary Deployment
data class DeliveryPipelineSerialPipelineStageStrategyCanaryCanaryDeployment(val percentages: List<Int>, val postdeploy: DeliveryPipelineSerialPipelineStageStrategyCanaryCanaryDeploymentPostdeploy? = null, val predeploy: DeliveryPipelineSerialPipelineStageStrategyCanaryCanaryDeploymentPredeploy? = null, val verify: Boolean? = null)
Constructors
Link copied to clipboard
constructor(percentages: List<Int>, postdeploy: DeliveryPipelineSerialPipelineStageStrategyCanaryCanaryDeploymentPostdeploy? = null, predeploy: DeliveryPipelineSerialPipelineStageStrategyCanaryCanaryDeploymentPredeploy? = null, verify: Boolean? = null)
Properties
Link copied to clipboard
Required. The percentage based deployments that will occur as a part of a Rollout
. List is expected in ascending order and each integer n is 0 <= n < 100.
Link copied to clipboard
(Beta only) Optional. Configuration for the postdeploy job of the last phase. If this is not configured, postdeploy job will not be present.
Link copied to clipboard
(Beta only) Optional. Configuration for the predeploy job of the first phase. If this is not configured, predeploy job will not be present.