Documentation - v0.0.0
    Preparing search index...
    interface VerticalPodAutoscalerProps {
        metadata?: ApiObjectMetadata;
        resourcePolicy?: ResourcePolicy;
        target: IScalable;
        updateMode?: "Off" | "Initial" | "Auto";
    }

    Hierarchy

    • ResourceProps
      • VerticalPodAutoscalerProps
    Index

    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'.

    - 'Auto'