ClusterUpgradePolicyDeltaHealthPolicyArgs

data class ClusterUpgradePolicyDeltaHealthPolicyArgs(val maxDeltaUnhealthyApplicationsPercent: Output<Int>? = null, val maxDeltaUnhealthyNodesPercent: Output<Int>? = null, val maxUpgradeDomainDeltaUnhealthyNodesPercent: Output<Int>? = null) : ConvertibleToJava<ClusterUpgradePolicyDeltaHealthPolicyArgs>

Constructors

constructor(maxDeltaUnhealthyApplicationsPercent: Output<Int>? = null, maxDeltaUnhealthyNodesPercent: Output<Int>? = null, maxUpgradeDomainDeltaUnhealthyNodesPercent: Output<Int>? = null)

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
val maxDeltaUnhealthyNodesPercent: Output<Int>? = null

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.

Functions

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