kubernetes/pkg/controller/namespace
Andy Goldstein 4855917bc3 Fix possible race in operationNotSupportedCache
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.
2016-11-04 14:11:54 -04:00
..
BUILD autogenerated 2016-10-21 17:32:32 -07:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
namespace_controller_test.go Fix possible race in operationNotSupportedCache 2016-11-04 14:11:54 -04:00
namespace_controller_utils.go Fix possible race in operationNotSupportedCache 2016-11-04 14:11:54 -04:00
namespace_controller.go Fix possible race in operationNotSupportedCache 2016-11-04 14:11:54 -04:00