ClusterUpgradePolicyHealthPolicyArgs

data class ClusterUpgradePolicyHealthPolicyArgs(val maxUnhealthyApplicationsPercent: Output<Int>? = null, val maxUnhealthyNodesPercent: Output<Int>? = null) : ConvertibleToJava<ClusterUpgradePolicyHealthPolicyArgs>

Constructors

Link copied to clipboard
constructor(maxUnhealthyApplicationsPercent: Output<Int>? = null, maxUnhealthyNodesPercent: Output<Int>? = null)

Properties

Link copied to clipboard

Specifies the maximum tolerated percentage of applications that can have aggregated health state of error. If the upgrade exceeds this percentage, the cluster is unhealthy. Defaults to 0.

Link copied to clipboard
val maxUnhealthyNodesPercent: Output<Int>? = null

Specifies the maximum tolerated percentage of nodes that can have aggregated health states of error. If an upgrade exceeds this percentage, the cluster is unhealthy. Defaults to 0.

Functions

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