ClusterUpgradePolicyDeltaHealthPolicy

data class ClusterUpgradePolicyDeltaHealthPolicy(val maxDeltaUnhealthyApplicationsPercent: Int? = null, val maxDeltaUnhealthyNodesPercent: Int? = null, val maxUpgradeDomainDeltaUnhealthyNodesPercent: Int? = null)

Constructors

Link copied to clipboard
constructor(maxDeltaUnhealthyApplicationsPercent: Int? = null, maxDeltaUnhealthyNodesPercent: Int? = null, maxUpgradeDomainDeltaUnhealthyNodesPercent: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the maximum tolerated percentage of delta unhealthy applications that can have aggregated health states of error. If the current unhealthy applications do not respect the percentage relative to the state at the beginning of the upgrade, the cluster is unhealthy. Defaults to 0.

Link copied to clipboard

Specifies the maximum tolerated percentage of delta unhealthy nodes that can have aggregated health states of error. If the current unhealthy nodes do not respect the percentage relative to the state at the beginning of the upgrade, the cluster is unhealthy. Defaults to 0.

Specifies the maximum tolerated percentage of upgrade domain delta unhealthy nodes that can have aggregated health state of error. If there is any upgrade domain where the current unhealthy nodes do not respect the percentage relative to the state at the beginning of the upgrade, the cluster is unhealthy. Defaults to 0.