package
0.16.1
Repository: https://github.com/jetstack/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
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
No description provided by the author
Known returns a map of the registered controller Constructors.
New creates a basic Builder, setting the sync call to the one given.
No description provided by the author
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.
Builder is used to build controllers that implement the queuingController interface.
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.
No description provided by the author

# Interfaces

Interface represents a controller that can be run.

# Type aliases

Constructor is a function that creates a new control loop given a controller Context.