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

    Interface V1ContainerPathVolumeSource

    ContainerPathVolumeSource represents a path from the virt-launcher container to be exposed to the VM via virtiofs. The path must correspond to an existing volumeMount in the virt-launcher pod's compute container.

    interface V1ContainerPathVolumeSource {
        path: string;
        readOnly?: boolean;
    }
    Index

    Properties

    Properties

    path: string

    Path is the absolute path within the virt-launcher container to expose to the VM. The path must correspond to an existing volumeMount in the compute container.

    ""
    
    readOnly?: boolean

    ReadOnly controls whether the volume is exposed as read-only to the VM. Defaults to true. Write access is not currently supported.