Delivery Pipeline Serial Pipeline Stage Strategy Canary Canary Deployment Args
data class DeliveryPipelineSerialPipelineStageStrategyCanaryCanaryDeploymentArgs(val percentages: Output<List<Int>>, val postdeploy: Output<DeliveryPipelineSerialPipelineStageStrategyCanaryCanaryDeploymentPostdeployArgs>? = null, val predeploy: Output<DeliveryPipelineSerialPipelineStageStrategyCanaryCanaryDeploymentPredeployArgs>? = null, val verify: Output<Boolean>? = null) : ConvertibleToJava<DeliveryPipelineSerialPipelineStageStrategyCanaryCanaryDeploymentArgs>
Constructors
Link copied to clipboard
constructor(percentages: Output<List<Int>>, postdeploy: Output<DeliveryPipelineSerialPipelineStageStrategyCanaryCanaryDeploymentPostdeployArgs>? = null, predeploy: Output<DeliveryPipelineSerialPipelineStageStrategyCanaryCanaryDeploymentPredeployArgs>? = null, verify: Output<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
val postdeploy: Output<DeliveryPipelineSerialPipelineStageStrategyCanaryCanaryDeploymentPostdeployArgs>? = null
(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
val predeploy: Output<DeliveryPipelineSerialPipelineStageStrategyCanaryCanaryDeploymentPredeployArgs>? = null
(Beta only) Optional. Configuration for the predeploy job of the first phase. If this is not configured, predeploy job will not be present.