mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-26 19:35:10 +00:00
Automatic merge from submit-queue integration test: Modify PVs/PVCs during binding. Previous volume binder code was not able to cope with PVs or PVCs getting modified during the binding process. Current one should be resilient to these changes, so let's test it. It makes the test approximately twice as long as before, from ~2 seconds to ~4-5. @kubernetes/sig-storage Marking as 1.3 target, however it does not really matter here, it's just a test.