# Functions
APIExportObjectWrapper adds a wrapper so the APIExportReconciler matches ObjectReconciler.
APIResourceSchemaObjectWrapper adds a wrapper so the APIResourceSchemaReconciler matches ObjectReconciler.
ReconcileAPIExports will create and update the APIExports coming from the passed APIExportReconciler slice.
ReconcileAPIResourceSchemas will create and update the APIResourceSchemas coming from the passed APIResourceSchemaReconciler slice.
# Type aliases
APIExportReconciler defines an interface to create/update APIExports.
APIResourceSchemaReconciler defines an interface to create/update APIResourceSchemas.
NamedAPIExportReconcilerFactory returns the name of the resource and the corresponding Reconciler function.
NamedAPIResourceSchemaReconcilerFactory returns the name of the resource and the corresponding Reconciler function.