Kubernetes Autoscaler Args
data class KubernetesAutoscalerArgs(val clusterId: Output<String>? = null, val coolDownDuration: Output<String>? = null, val deferScaleInDuration: Output<String>? = null, val nodepools: Output<List<KubernetesAutoscalerNodepoolArgs>>? = null, val useEcsRamRoleToken: Output<Boolean>? = null, val utilization: Output<String>? = null) : ConvertibleToJava<KubernetesAutoscalerArgs>
Properties
Link copied to clipboard
The cool_down_duration option of cluster-autoscaler.
Link copied to clipboard
The defer_scale_in_duration option of cluster-autoscaler.
Link copied to clipboard
The list of the node pools. See nodepools
below.
Link copied to clipboard
Enable autoscaler access to alibabacloud service by ecs ramrole token. default: false
Link copied to clipboard
The utilization option of cluster-autoscaler.