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

    Interface V1ReloadableComponentConfiguration

    ReloadableComponentConfiguration holds all generic k8s configuration options which can be reloaded by components without requiring a restart.

    interface V1ReloadableComponentConfiguration {
        restClient?: V1RESTClientConfiguration;
    }
    Index

    Properties

    Properties

    RestClient can be used to tune certain aspects of the k8s client in use.