# 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.
# Type aliases
NewClientFunc allows a user to define how to create a client.
RunnableFunc implements Runnable using a function.