package
0.3.0-alpha.0
Repository: https://github.com/andrewwatson/cert-manager.git
Documentation: pkg.go.dev

# 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.
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.
Context contains various types that are used by controller implementations.
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.