Closed nmiculinic closed 4 years ago
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: nmiculinic
The full list of commands accepted by this bot can be found here.
The pull request process is described here
/retest
/retest
/retest
/lgtm
LGTM label has been added.
What this PR does / why we need it:
This PR fixed the customResourceDiscoverySet Bug. The bug is as follows:
CustomResourceDiscoverySet
// Cleanup uncontrolled CRDiscoveries
which was intended to clean up CRDiscoveries for deleted service clusters assassinates other providersCRDiscoveries
. Why? Because the lookup isn't namespace bound but crosses the namespace boundary.This PR fixes this in 2 ways, for extra safety: