Kubernetes Cluster Auto Scaler Profile Args
data class KubernetesClusterAutoScalerProfileArgs(val balanceSimilarNodeGroups: Output<Boolean>? = null, val emptyBulkDeleteMax: Output<String>? = null, val expander: Output<String>? = null, val maxGracefulTerminationSec: Output<String>? = null, val maxNodeProvisioningTime: Output<String>? = null, val maxUnreadyNodes: Output<Int>? = null, val maxUnreadyPercentage: Output<Double>? = null, val newPodScaleUpDelay: Output<String>? = null, val scaleDownDelayAfterAdd: Output<String>? = null, val scaleDownDelayAfterDelete: Output<String>? = null, val scaleDownDelayAfterFailure: Output<String>? = null, val scaleDownUnneeded: Output<String>? = null, val scaleDownUnready: Output<String>? = null, val scaleDownUtilizationThreshold: Output<String>? = null, val scanInterval: Output<String>? = null, val skipNodesWithLocalStorage: Output<Boolean>? = null, val skipNodesWithSystemPods: Output<Boolean>? = null) : ConvertibleToJava<KubernetesClusterAutoScalerProfileArgs>
Constructors
Link copied to clipboard
fun KubernetesClusterAutoScalerProfileArgs(balanceSimilarNodeGroups: Output<Boolean>? = null, emptyBulkDeleteMax: Output<String>? = null, expander: Output<String>? = null, maxGracefulTerminationSec: Output<String>? = null, maxNodeProvisioningTime: Output<String>? = null, maxUnreadyNodes: Output<Int>? = null, maxUnreadyPercentage: Output<Double>? = null, newPodScaleUpDelay: Output<String>? = null, scaleDownDelayAfterAdd: Output<String>? = null, scaleDownDelayAfterDelete: Output<String>? = null, scaleDownDelayAfterFailure: Output<String>? = null, scaleDownUnneeded: Output<String>? = null, scaleDownUnready: Output<String>? = null, scaleDownUtilizationThreshold: Output<String>? = null, scanInterval: Output<String>? = null, skipNodesWithLocalStorage: Output<Boolean>? = null, skipNodesWithSystemPods: Output<Boolean>? = null)
Functions
Properties
Link copied to clipboard