# Functions

New returns a new CAPE controller manager.

# Constants

DefaultLeaderElectionID is the default value for the eponymous manager option.
DefaultPodName is the default value for the eponymous manager option.
DefaultPodNamespace is the default value for the eponymous manager option.
DefaultSyncPeriod is the default value for the eponymous manager option.
DefaultWebhookServiceContainerPort is the default value for the eponymous manager option.

# Structs

Options describes the options used to create a new CAPE manager.

# Interfaces

Manager is a CAPE controller manager.

# Type aliases

AddToManagerFunc is a function that can be optionally specified with the manager's Options in order to explicitly decide what controllers and webhooks to add to the manager.