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

    Interface V1HostDisk

    Represents a disk created on the cluster level

    interface V1HostDisk {
        capacity?: K8sIoApimachineryPkgApiResourceQuantity;
        path: string;
        shared?: boolean;
        type: string;
    }
    Index

    Properties

    Capacity of the sparse disk

    path: string

    The path to HostDisk image located on the cluster

    ""
    
    shared?: boolean

    Shared indicate whether the path is shared between nodes

    type: string

    Contains information if disk.img exists or should be created allowed options are 'Disk' and 'DiskOrCreate'

    ""