# Functions
NewController returns a new rollout controller.
RunWorker is a long-running function that will continually call the processNextWorkItem function in order to read and process a message on the workqueue.
# Structs
Controller is the controller implementation for Rollout resources.
ControllerConfig describes the data required to instantiate a new rollout controller.