DeploymentConfigTrafficRoutingConfigTimeBasedLinear

data class DeploymentConfigTrafficRoutingConfigTimeBasedLinear(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 each incremental traffic shift of a TimeBasedLinear deployment.

Link copied to clipboard
val percentage: Int? = null

The percentage of traffic that is shifted at the start of each increment of a TimeBasedLinear deployment.