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

    DataVolumeSourceRegistry provides the parameters to create a Data Volume from an registry source

    interface V1beta1DataVolumeSourceRegistry {
        certConfigMap?: string;
        imageStream?: string;
        platform?: V1beta1PlatformOptions;
        pullMethod?: string;
        secretRef?: string;
        url?: string;
    }
    Index

    Properties

    certConfigMap?: string

    CertConfigMap provides a reference to the Registry certs

    imageStream?: string

    ImageStream is the name of image stream for import

    Platform describes the minimum runtime requirements of the image

    pullMethod?: string

    PullMethod can be either "pod" (default import), or "node" (node docker cache based import)

    secretRef?: string

    SecretRef provides the secret reference needed to access the Registry source

    url?: string

    URL is the url of the registry source (starting with the scheme: docker, oci-archive)