ClusterAutoscalingConfigArgs

data class ClusterAutoscalingConfigArgs(val autoscalingLimits: Output<AutoscalingLimitsArgs>, val autoscalingTargets: Output<AutoscalingTargetsArgs>) : ConvertibleToJava<ClusterAutoscalingConfigArgs>

Autoscaling config for a cluster.

Constructors

Link copied to clipboard
fun ClusterAutoscalingConfigArgs(autoscalingLimits: Output<AutoscalingLimitsArgs>, autoscalingTargets: Output<AutoscalingTargetsArgs>)

Functions

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

Properties

Link copied to clipboard

Autoscaling limits for this cluster.

Link copied to clipboard

Autoscaling targets for this cluster.