# Functions

NewController creates a Reconciler for the event source and returns the result of NewImpl.

# Constants

ReasonFailedQueue indicates a failure while synchronizing the SQS queue for receiving S3 event notifications.
ReasonFailedSubscribe indicates a failure while enabling event notifications for a S3 bucket.
ReasonFailedSubscribe indicates a failure while disabling event notifications for a S3 bucket.
ReasonQueueCreated indicates that a SQS queue was created for receiving S3 event notifications.
ReasonQueueDeleted indicates that a SQS queue used for receiving S3 events was deleted.
ReasonSubscribed indicates that event notifications were enabled for a S3 bucket.
ReasonUnsubscribed indicates that event notifications were disabled for a S3 bucket.

# Structs

Reconciler implements controller.Reconciler for the event source type.