PatchDeploymentRolloutDisruptionBudget

data class PatchDeploymentRolloutDisruptionBudget(val fixed: Int? = null, val percentage: Int? = null)

Constructors

Link copied to clipboard
constructor(fixed: Int? = null, percentage: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val fixed: Int? = null

Specifies a fixed value.

Link copied to clipboard
val percentage: Int? = null

Specifies the relative value defined as a percentage, which will be multiplied by a reference value.