mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-08-10 06:37:41 +00:00
Because we can run multiple workers to delete namespaces simultaneously, the operationNotSupportedCache needs to be guarded with a mutex to avoid concurrent map read/write errors.