mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-26 12:50:35 +00:00
Automatic merge from submit-queue (batch tested with PRs 38947, 50239, 51115, 51094, 51116) Call Fatalf instead of Errorf when mounter/unmounter is nil in volume tests If we get a nil mounter or unmounter, a panic will occur. Should call `Fatalf` instead of `Errorf`.