Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler

Package version

Hierarchy

  • ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler

Index

Properties

controlledValues

controlledValues: ControlledValues

Controls which resource value autoscaler will change. Default value is RequestsAndLimits.

enabled

enabled: boolean

Whether to enable VPA. Default value is false.

updateMode

updateMode: UpdateMode

Each update mode level is a superset of the lower levels. Off<Initial<Recreate<=Auto. For example: if UpdateMode is Initial, it means VPA sets the recommended resources in the VerticalPodAutoscaler Custom Resource (from UpdateMode Off) and also assigns resources on pod creation (from Initial). The default value is Off.

Generated using TypeDoc