mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-09 08:53:28 +00:00
We need to keep list of running recyclers, deleters and provisioners in memory in order not to start a new recycling/deleting/provisioning twice for the same volume/claim. This will be eventually replaced by GoRoutineMap from PR #24838.