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
constructor(enabled: Output<Boolean>? = null)

Properties

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

Enables vertical pod autoscaling.

Functions

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