# Functions
NewController returns a new g8s controller.
# Constants
ErrResourceExists is used as part of the Event 'reason' when a CR fails to sync due to a Secret of the same name already existing.
MessageResourceDeleted is the message used for an Event fired when a CR is synced successfully.
MessageResourceExists is the message used for Events when a resource fails to sync due to a Secret already existing.
MessageResourceSynced is the message used for an Event fired when a CR is synced successfully.
SuccessfulDelete is used when an object and all its dependents are successfully deleted.
SuccessSynced is used as part of the Event 'reason' when a CR is synced.
# Structs
No description provided by the author
Controller is the controller implementation for Login resources.
No description provided by the author