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

    Interface IoK8sApiStorageV1CSINodeSpec

    CSINodeSpec holds information about the specification of all CSI drivers installed on a node

    interface IoK8sApiStorageV1CSINodeSpec {
        drivers: IoK8sApiStorageV1CSINodeDriver[];
    }
    Index

    Properties

    Properties

    drivers is a list of information of all CSI Drivers existing on a node. If all drivers in the list are uninstalled, this can become empty.