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

    Interface V1beta1DataVolumeSourceGCS

    DataVolumeSourceGCS provides the parameters to create a Data Volume from an GCS source

    interface V1beta1DataVolumeSourceGCS {
        secretRef?: string;
        url: string;
    }
    Index

    Properties

    Properties

    secretRef?: string

    SecretRef provides the secret reference needed to access the GCS source

    url: string

    URL is the url of the GCS source

    ""