Hierarchy

  • KubeVerticalPodAutoscalerSpec

Properties

resourcePolicy?: {
    containerPolicies: {
        containerName: string;
        maxAllowed?: ResourceLimitsSpec;
        minAllowed?: ResourceLimitsSpec;
    }[];
}

Resource policy for the VPA.

Type declaration

targetRef: {
    apiVersion: string;
    kind: string;
    name: string;
}

Reference to the target resource to scale.

Type declaration

  • apiVersion: string
  • kind: string
  • name: string
updatePolicy: {
    updateMode: "Off" | "Initial" | "Auto";
}

Update policy for the VPA.

Type declaration

  • updateMode: "Off" | "Initial" | "Auto"

Generated using TypeDoc