DeploymentConfigTimeBasedCanaryArgs

data class DeploymentConfigTimeBasedCanaryArgs(val canaryInterval: Output<Int>, val canaryPercentage: Output<Int>) : ConvertibleToJava<DeploymentConfigTimeBasedCanaryArgs>

Constructors

Link copied to clipboard
constructor(canaryInterval: Output<Int>, canaryPercentage: Output<Int>)

Properties

Link copied to clipboard
val canaryInterval: Output<Int>

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

Link copied to clipboard
val canaryPercentage: Output<Int>

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

Functions

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