Cluster Upgrade Policy Health Policy
data class ClusterUpgradePolicyHealthPolicy(val maxUnhealthyApplicationsPercent: Int? = null, val maxUnhealthyNodesPercent: Int? = null)
Constructors
Link copied to clipboard
fun ClusterUpgradePolicyHealthPolicy(maxUnhealthyApplicationsPercent: Int? = null, maxUnhealthyNodesPercent: Int? = null)