ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscalerArgs

data class ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscalerArgs(val enabled: Output<Boolean>) : ConvertibleToJava<ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscalerArgs>

VPA (Vertical Pod Autoscaler) settings for the workload auto-scaler profile.

Constructors

constructor(enabled: Output<Boolean>)

Properties

Link copied to clipboard
val enabled: Output<Boolean>

Whether to enable VPA. Default value is false.

Functions

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