# Functions
AddRestart creates a new controller to restart statefulsets,deployments & jobs if one of their pod's referred secrets/configmaps has changed.
NewRestartReconciler returns a new reconciler to restart deployments & statefulsets.
# Variables
AnnotationRestartOnUpdate is the annotation required on the secret/configmap for the quarks restart feature.
RestartKey has the timestamp of the last restart triggered by this reconciler.
# Structs
ReconcileRestart contains necessary state for the reconcile.