# Functions

InitScheme was moved out of ../main.go to here so that it can be invoked from the testintegration tests AND from the actual operator.
NewAuthProxyWorkloadManager constructs an AuthProxyWorkloadReconciler.
RegisterPodWebhook register the webhook to mutate pods.
SetupManagers was moved out of ../main.go here so that it can be invoked from the testintegration tests AND from the actual operator.
No description provided by the author

# Structs

AuthProxyWorkloadReconciler reconciles a AuthProxyWorkload object.
PodAdmissionWebhook implementation of a controller-runtime webhook for all supported workload types: Deployment, ReplicaSet, StatefulSet, Pod, CronJob, Job.