CertConfigMap is a configmap reference, containing a Certificate Authority(CA) public key, and a base64 encoded pem certificate
ExtraHeaders is a list of strings containing extra headers to include with HTTP transfer requests
SecretExtraHeaders is a list of Secret references, each containing an extra HTTP header that may include sensitive information
SecretRef A Secret reference, the secret should contain accessKeyId (user name) base64 encoded, and secretKey (password) also base64 encoded
URL is the URL of the http(s) endpoint
Generated using TypeDoc
DataVolumeSourceHTTP can be either an http or https endpoint, with an optional basic auth user name and password, and an optional configmap containing additional CAs
V1beta1DataVolumeSourceHTTP