Fix initialization of cluster quota reconciliation controller #14698
Closed
Description
Spawned from: #14633 (comment)
In order to run the openshift.io/cluster-quota-reconciliation
controller, we have to pass c.ClusterQuotaMappingController.GetClusterQuotaMapper()
from the master config, which require the ClusterQuotaMappingController
to be initialized. This creates an unfortunate dependency chain between controllers and should be refactored.