DeploymentConfigTrafficRoutingConfigTimeBasedCanaryArgs

data class DeploymentConfigTrafficRoutingConfigTimeBasedCanaryArgs(val interval: Output<Int>? = null, val percentage: Output<Int>? = null) : ConvertibleToJava<DeploymentConfigTrafficRoutingConfigTimeBasedCanaryArgs>

Constructors

constructor(interval: Output<Int>? = null, percentage: Output<Int>? = null)

Properties

Link copied to clipboard
val interval: Output<Int>? = null

The number of minutes between the first and second traffic shifts of a TimeBasedCanary deployment.

Link copied to clipboard
val percentage: Output<Int>? = null

The percentage of traffic to shift in the first increment of a TimeBasedCanary deployment.

Functions

Link copied to clipboard
open override fun toJava(): DeploymentConfigTrafficRoutingConfigTimeBasedCanaryArgs