# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Package test contains testing utilities used for constructing fake Contexts which can be used during tests.
# Functions
No description provided by the author
Known returns a map of the registered controller Constructors.
Register registers a controller constructor with the controller package.
# Variables
No description provided by the author
# Structs
No description provided by the author
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
Context contains various types that are used by controller implementations.
No description provided by the author
No description provided by the author
QueuingEventHandler is an implementation of cache.ResourceEventHandler that simply queues objects that are added/updated/deleted.
# Type aliases
Constructor is a function that creates a new control loop given a controller Context.
Interface represents a controller that can run.