DeploymentConfigTimeBasedLinear

data class DeploymentConfigTimeBasedLinear(val linearInterval: Int, val linearPercentage: Int)

Constructors

Link copied to clipboard
constructor(linearInterval: Int, linearPercentage: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of minutes between each incremental traffic shift of a TimeBasedLinear deployment.

Link copied to clipboard

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