Cluster Upgrade Policy Delta Health Policy Args
data class ClusterUpgradePolicyDeltaHealthPolicyArgs(val maxDeltaUnhealthyApplicationsPercent: Output<Int>? = null, val maxDeltaUnhealthyNodesPercent: Output<Int>? = null, val maxUpgradeDomainDeltaUnhealthyNodesPercent: Output<Int>? = null) : ConvertibleToJava<ClusterUpgradePolicyDeltaHealthPolicyArgs>
Constructors
Link copied to clipboard
fun ClusterUpgradePolicyDeltaHealthPolicyArgs(maxDeltaUnhealthyApplicationsPercent: Output<Int>? = null, maxDeltaUnhealthyNodesPercent: Output<Int>? = null, maxUpgradeDomainDeltaUnhealthyNodesPercent: Output<Int>? = null)
Functions
Properties
Link copied to clipboard
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
.