DeliveryPipelineSerialPipelineStageStrategyCanaryRuntimeConfigCloudRun

data class DeliveryPipelineSerialPipelineStageStrategyCanaryRuntimeConfigCloudRun(val automaticTrafficControl: Boolean? = null, val canaryRevisionTags: List<String>? = null, val priorRevisionTags: List<String>? = null, val stableRevisionTags: List<String>? = null)

Constructors

constructor(automaticTrafficControl: Boolean? = null, canaryRevisionTags: List<String>? = null, priorRevisionTags: List<String>? = null, stableRevisionTags: List<String>? = null)

Types

Link copied to clipboard
object Companion

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.