mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-29 14:23:18 +00:00
Automatic merge from submit-queue Fix data race in volume controller unit test. Reactor must be locked when fiddling with reactor.volumes and reactor.claims. Therefore add new functions to add/delete volume/claim with sending an event. Fixes #26345