# Functions

DeleteAllNamespacesError represents a failsafe error we return to ensure we don't accidentally delete all of a user's data.
IsRootManager returns whether the manager is running on a root reconciler.
ManagerScopeAndName returns the scope and name of the resource manager.
NewValueConverter returns a ValueConverter initialized with the given discovery client.
ReconcilerNameFromScope returns the reconciler name associated with a specific sync scope and sync name.
ResourceManager returns the manager to indicate a resource is managed by a particular reconciler.
ScopeFromSyncNamespace returns the scope associated with a specific namespace.

# Constants

RootScope is the scope that includes both cluster-scoped and namespace-scoped resource objects.

# Structs

Resources is a threadsafe container for a set of resources declared in a Git repo.
ValueConverter converts a runtime.Object into a TypedValue.

# Type aliases

Scope defines a distinct (but not necessarily disjoint) area of responsibility for a Reconciler.