# Functions
DoDiff deep-compares two `runtime.Object`s and fails the `t`est with a useful message (showing the diff) if they differ.
GenerateConfigMaps generates config maps based on the values in our CRD.
GenerateDaemonSet returns a daemonset that can be created with the oc client.
GenerateFilteringConfigMap generates configmaps for the HF that applies the filtering options.
GenerateInternalConfigMap generates a configmap that will be used to setup internal forwarding from the SUF to the SHF.
GenerateService returns a service for the Heavy Forwarder so that the UF can connect to it.
GetVolumeMounts returns []corev1.VolumeMount that tells where each secret, configmap, and host mount gets mounted in the container.
GetVolumes Returns an array of corev1.Volumes we want to attach It contains configmaps, secrets, and the host mount.
# Constants
100KB per k8s.io/kubernetes/apiserver/pkg/server/options/audit.go.