# Packages

Package signals contains libraries for handling signals to gracefully shutdown the manager in combination with Kubernetes pod graceful termination policy.

# Functions

New returns a new Manager for creating Controllers.

# Structs

Options are the arguments for creating a new Manager.

# Interfaces

Manager initializes shared dependencies such as Caches and Clients, and provides them to Runnables.
Runnable allows a component to be started.

# Type aliases

NewClientFunc allows a user to define how to create a client.
RunnableFunc implements Runnable using a function.