@kubevirt-ui/kubevirt-api
    Preparing search index...

    Interface V1TokenBucketRateLimiter

    interface V1TokenBucketRateLimiter {
        burst: number;
        qps: number;
    }
    Index

    Properties

    Properties

    burst: number

    Maximum burst for throttle. If it's zero, the component default will be used

    int32

    0
    
    qps: number

    QPS indicates the maximum QPS to the apiserver from this client. If it's zero, the component default will be used

    float

    0