mirror of
https://github.com/rancher/norman.git
synced 2025-09-25 06:26:50 +00:00
Problem: Cluster scoped handlers were not being cleaned up without manually writing garbage collection functions. Solution: All cluster scoped handlers will be recorded in a global map in a generic format so that they can be removed by a generic function.