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

    Interface V1beta1DataVolumeSourceImageIO

    DataVolumeSourceImageIO provides the parameters to create a Data Volume from an imageio source

    interface V1beta1DataVolumeSourceImageIO {
        certConfigMap?: string;
        diskId: string;
        insecureSkipVerify?: boolean;
        secretRef?: string;
        url: string;
    }
    Index

    Properties

    certConfigMap?: string

    CertConfigMap provides a reference to the CA cert

    diskId: string

    DiskID provides id of a disk to be imported

    ""
    
    insecureSkipVerify?: boolean

    InsecureSkipVerify is a flag to skip certificate verification

    secretRef?: string

    SecretRef provides the secret reference needed to access the ovirt-engine

    url: string

    URL is the URL of the ovirt-engine

    ""