Delivery Pipeline Serial Pipeline Stage Strategy Canary Runtime Config Cloud Run Args
data class DeliveryPipelineSerialPipelineStageStrategyCanaryRuntimeConfigCloudRunArgs(val automaticTrafficControl: Output<Boolean>? = null, val canaryRevisionTags: Output<List<String>>? = null, val priorRevisionTags: Output<List<String>>? = null, val stableRevisionTags: Output<List<String>>? = null) : ConvertibleToJava<DeliveryPipelineSerialPipelineStageStrategyCanaryRuntimeConfigCloudRunArgs>
Properties
Link copied to clipboard
Whether Cloud Deploy should update the traffic stanza in a Cloud Run Service on the user's behalf to facilitate traffic splitting. This is required to be true for CanaryDeployments, but optional for CustomCanaryDeployments.
Link copied to clipboard
Optional. A list of tags that are added to the canary revision while the canary phase is in progress.
Link copied to clipboard
Optional. A list of tags that are added to the prior revision while the canary phase is in progress.
Link copied to clipboard
Optional. A list of tags that are added to the final stable revision when the stable phase is applied.