Autoscaling Config Args
constructor(clusterId: Output<String>? = null, coolDownDuration: Output<String>? = null, daemonsetEvictionForNodes: Output<Boolean>? = null, expander: Output<String>? = null, gpuUtilizationThreshold: Output<String>? = null, maxGracefulTerminationSec: Output<Int>? = null, minReplicaCount: Output<Int>? = null, recycleNodeDeletionEnabled: Output<Boolean>? = null, scaleDownEnabled: Output<Boolean>? = null, scaleUpFromZero: Output<Boolean>? = null, scalerType: Output<String>? = null, scanInterval: Output<String>? = null, skipNodesWithLocalStorage: Output<Boolean>? = null, skipNodesWithSystemPods: Output<Boolean>? = null, unneededDuration: Output<String>? = null, utilizationThreshold: Output<String>? = null)