Horizontal Pod Autoscaling Args
data class HorizontalPodAutoscalingArgs(val disabled: Output<Boolean>? = null) : ConvertibleToJava<HorizontalPodAutoscalingArgs>
Configuration options for the horizontal pod autoscaling feature, which increases or decreases the number of replica pods a replication controller has based on the resource usage of the existing pods.