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

    Interface V1RESTClientConfiguration

    RESTClientConfiguration allows configuring certain aspects of the k8s rest client.

    interface V1RESTClientConfiguration {
        rateLimiter?: V1RateLimiter;
    }
    Index

    Properties

    Properties

    rateLimiter?: V1RateLimiter

    RateLimiter allows selecting and configuring different rate limiters for the k8s client.