Hierarchy

  • ResourceProps
    • VerticalPodAutoscalerProps

Properties

metadata?: ApiObjectMetadata

Metadata that all persisted resources must have, which includes all objects users must create.

resourcePolicy?: ResourcePolicy

The resource policy for the VPA.

target: IScalable

The workload to scale up or down.

Scalable workload types:

  • Deployment
  • StatefulSet
updateMode?: "Off" | "Initial" | "Auto"

The update mode for the VPA.

Possible values are 'Off', 'Initial', 'Auto'.

Default

- 'Auto'

Generated using TypeDoc