Kubernetes Cluster Cluster Autoscaler Configuration Args
data class KubernetesClusterClusterAutoscalerConfigurationArgs(val scaleDownUnneededTime: Output<String>? = null, val scaleDownUtilizationThreshold: Output<Double>? = null) : ConvertibleToJava<KubernetesClusterClusterAutoscalerConfigurationArgs>
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.