# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Functions

Known returns a map of the registered controller Constructors.
No description provided by the author
Register registers a controller constructor with the controller package.

# Variables

No description provided by the author

# Structs

BlockingEventHandler is an implementation of cache.ResourceEventHandler that simply synchronously calls it's WorkFunc upon calls to OnAdd, OnUpdate or OnDelete.
No description provided by the author
QueuingEventHandler is an implementation of cache.ResourceEventHandler that simply queues objects that are added/updated/deleted.
State contains the current state of the world, including accessors for modifying this state (e.g.

# Interfaces

No description provided by the author

# Type aliases

Constructor is a function that creates a new control loop given a controller Context.
Interface represents a controller that can run.