KubernetesClusterClusterAutoscalerConfigurationArgs

data class KubernetesClusterClusterAutoscalerConfigurationArgs(val scaleDownUnneededTime: Output<String>? = null, val scaleDownUtilizationThreshold: Output<Double>? = null) : ConvertibleToJava<KubernetesClusterClusterAutoscalerConfigurationArgs>

Constructors

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

Properties

Link copied to clipboard
val scaleDownUnneededTime: Output<String>? = null

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.

Functions

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