DeploymentConfigTrafficRoutingConfigTimeBasedCanary

data class DeploymentConfigTrafficRoutingConfigTimeBasedCanary(val interval: Int? = null, val percentage: Int? = null)

Constructors

constructor(interval: Int? = null, percentage: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val interval: Int? = null

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

Link copied to clipboard
val percentage: Int? = null

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