HTTPProxy is the URL http://
HTTPSProxy is the URL https://
NoProxy is a comma-separated list of hostnames and/or CIDRs for which the proxy should not be used. Empty means unset and will not result in the import pod env var.
TrustedCAProxy is the name of a ConfigMap in the cdi namespace that contains a user-provided trusted certificate authority (CA) bundle. The TrustedCAProxy ConfigMap is consumed by the DataImportCron controller for creating cronjobs, and by the import controller referring a copy of the ConfigMap in the import namespace. Here is an example of the ConfigMap (in yaml):
apiVersion: v1 kind: ConfigMap metadata:
name: my-ca-proxy-cm
namespace: cdi
data:
ca.pem: |
-----BEGIN CERTIFICATE-----
...
Generated using TypeDoc
ImportProxy provides the information on how to configure the importer pod proxy.
V1beta1ImportProxy