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

    Interface IoK8sApiCoreV1NodeRuntimeHandlerFeatures

    NodeRuntimeHandlerFeatures is a set of features implemented by the runtime handler.

    interface IoK8sApiCoreV1NodeRuntimeHandlerFeatures {
        recursiveReadOnlyMounts?: boolean;
        userNamespaces?: boolean;
    }
    Index

    Properties

    recursiveReadOnlyMounts?: boolean

    RecursiveReadOnlyMounts is set to true if the runtime handler supports RecursiveReadOnlyMounts.

    userNamespaces?: boolean

    UserNamespaces is set to true if the runtime handler supports UserNamespaces, including for volumes.