VerticalPodAutoscalingArgs

data class VerticalPodAutoscalingArgs(val enabled: Output<Boolean>? = null) : ConvertibleToJava<VerticalPodAutoscalingArgs>

VerticalPodAutoscaling contains global, per-cluster information required by Vertical Pod Autoscaler to automatically adjust the resources of pods controlled by it.

Constructors

Link copied to clipboard
fun VerticalPodAutoscalingArgs(enabled: Output<Boolean>? = null)

Functions

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

Properties

Link copied to clipboard
val enabled: Output<Boolean>? = null

Enables vertical pod autoscaling.