ClusterUpgradeDeltaHealthPolicyArgs

data class ClusterUpgradeDeltaHealthPolicyArgs(val maxPercentDeltaUnhealthyApplications: Output<Int>? = null, val maxPercentDeltaUnhealthyNodes: Output<Int>, val maxPercentUpgradeDomainDeltaUnhealthyNodes: Output<Int>? = null) : ConvertibleToJava<ClusterUpgradeDeltaHealthPolicyArgs>

Describes the delta health policies for the cluster upgrade.

Constructors

Link copied to clipboard
constructor(maxPercentDeltaUnhealthyApplications: Output<Int>? = null, maxPercentDeltaUnhealthyNodes: Output<Int>, maxPercentUpgradeDomainDeltaUnhealthyNodes: Output<Int>? = null)

Properties

Link copied to clipboard

The maximum allowed percentage of applications health degradation allowed during cluster upgrades. The delta is measured between the state of the applications at the beginning of upgrade and the state of the applications at the time of the health evaluation. The check is performed after every upgrade domain upgrade completion to make sure the global state of the cluster is within tolerated limits. System services are not included in this. NOTE: This value will overwrite the value specified in properties.UpgradeDescription.HealthPolicy.MaxPercentUnhealthyApplications

Link copied to clipboard

The maximum allowed percentage of nodes health degradation allowed during cluster upgrades. The delta is measured between the state of the nodes at the beginning of upgrade and the state of the nodes at the time of the health evaluation. The check is performed after every upgrade domain upgrade completion to make sure the global state of the cluster is within tolerated limits.

The maximum allowed percentage of upgrade domain nodes health degradation allowed during cluster upgrades. The delta is measured between the state of the upgrade domain nodes at the beginning of upgrade and the state of the upgrade domain nodes at the time of the health evaluation. The check is performed after every upgrade domain upgrade completion for all completed upgrade domains to make sure the state of the upgrade domains is within tolerated limits.

Functions

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