DeploymentConfigTimeBasedLinearArgs

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

Constructors

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

Functions

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

Properties

Link copied to clipboard
val linearInterval: Output<Int>
Link copied to clipboard
val linearPercentage: Output<Int>