DeploymentConfigTimeBasedCanary

data class DeploymentConfigTimeBasedCanary(val canaryInterval: Int, val canaryPercentage: Int)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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