Cluster Autoscaling Config Response
data class ClusterAutoscalingConfigResponse(val autoscalingLimits: AutoscalingLimitsResponse, val autoscalingTargets: AutoscalingTargetsResponse)
Autoscaling config for a cluster.
Constructors
Link copied to clipboard
constructor(autoscalingLimits: AutoscalingLimitsResponse, autoscalingTargets: AutoscalingTargetsResponse)