Documentation - v0.0.0
    Preparing search index...
    interface ComponentScalingProps {
        cpuUtilPercent?: number;
        hpa?: HorizontalPodAutoscalerProps;
        maxReplicas: number;
        memUtilPercent?: number;
        minReplicas?: number;
        target: IScalable;
    }
    Index

    Properties

    cpuUtilPercent?: number
    hpa?: HorizontalPodAutoscalerProps

    Escape hatch

    maxReplicas: number
    memUtilPercent?: number
    minReplicas?: number
    target: IScalable