# Functions
MountCaConfigMap adds a Volume and VolumeMount for the Certificate Authority ConfigMap on the given PodTemplateSpec.
NewHandler returns a new Handler.
# Constants
CABundleKey is the key in the ConfigMap that stores Certificate Authoritie bundle.
CABundlePath is the path where we will mount the Certificate Authorities bundle.
TrustedCaConfigMapName is the name of the Marketplace ConfigMap that stores Certificate Authority bundle.
TrustedCaMountPath is the path to the directory where the Certificate Authority volume should be mounted.
# Interfaces
Handler is the interface that wraps the Handle method
Handle handles a new event associated with CatalogSources type.