DeploymentConfigTimeBasedLinearArgs

data class DeploymentConfigTimeBasedLinearArgs(val linearInterval: Output<Int>, val linearPercentage: Output<Int>) : ConvertibleToJava<DeploymentConfigTimeBasedLinearArgs>

Constructors

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

Properties

Link copied to clipboard
val linearInterval: Output<Int>

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

Link copied to clipboard
val linearPercentage: Output<Int>

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

Functions

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