# Functions
NewClusterWatchRestarter ..
NewController create a new controller.
# Constants
ErrResourceExists is used as part of the Event 'reason' when a HelmRequest fails to sync due to a Deployment of the same name already existing.
FailedDelete means failed to delete a resource.
FailedSync is used when a HelmRequest failed to sync.
MessageResourceExists is the message used for Events when a resource fails to sync due to a Deployment already existing.
MessageResourceSynced is the message used for an Event fired when a HelmRequest is synced successfully.
SuccessfulDelete means successfully delete a resource.
SuccessSynced is used as part of the Event 'reason' when a HelmRequest is synced.
# Structs
No description provided by the author
Controller is the controller implementation for HelmRequest resources.