# Functions
NewCRDFinalizer creates a new CRDFinalizer.
OverlappingBuiltInResources returns the set of built-in group/resources that are persisted in storage paths that overlap with CRD storage paths, and should not be deleted by this controller if an associated CRD is deleted.
# Structs
CRDFinalizer is a controller that finalizes the CRD by deleting all the CRs associated with it.
# Interfaces
CRClientGetter knows how to get a ListerCollectionDeleter for a given CRD UID.
ListerCollectionDeleter combines rest.Lister and rest.CollectionDeleter.