# Functions

New returns a new Manager for creating Controllers.
WithMultiCluster wraps a host manager to run multi-cluster controllers.

# Constants

LocalCluster is the name of the local cluster.

# Interfaces

Manager is a multi-cluster-aware manager, like the controller-runtime Cluster, but without the direct cluster.Cluster methods.
Runnable allows a component to be started.

# Type aliases

Options are the arguments for creating a new Manager.