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

    DataVolumeSourceS3 provides the parameters to create a Data Volume from an S3 source

    interface V1beta1DataVolumeSourceS3 {
        certConfigMap?: string;
        secretRef?: string;
        url: string;
    }
    Index

    Properties

    certConfigMap?: string

    CertConfigMap is a configmap reference, containing a Certificate Authority(CA) public key, and a base64 encoded pem certificate

    secretRef?: string

    SecretRef provides the secret reference needed to access the S3 source

    url: string

    URL is the url of the S3 source

    ""