# Functions
New returns a new sensu controller.
# Constants
CoreV1NodesPlural is the plural for a kubernetes Node.
# Structs
Config is the configuration for the sensu controller.
Controller is the sensu controller that handles all informers/clusters/finalizers for all of the custom resources in the operator.
Event is the cluster event that pairs the event type (add/update/delete) with the sensu cluster object, and is passed through the controller.
Informer is a kubernetes informer that satisfies the included 3 interfaces.