KubernetesClusterClusterAutoscalerConfiguration

data class KubernetesClusterClusterAutoscalerConfiguration(val scaleDownUnneededTime: String? = null, val scaleDownUtilizationThreshold: Double? = null)

Constructors

constructor(scaleDownUnneededTime: String? = null, scaleDownUtilizationThreshold: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

String setting how long a node should be unneeded before it's eligible for scale down. This resource supports customized create timeouts. The default timeout is 30 minutes.

Link copied to clipboard

Float setting the Node utilization level, defined as sum of requested resources divided by capacity, in which a node can be considered for scale down.