Files
kubernetes/pkg/controller
Kubernetes Submit Queue 237be4b2be Merge pull request #38855 from gnufied/fix-variable-shadow-exp-backoff
Automatic merge from submit-queue (batch tested with PRs 36888, 38180, 38855, 38590)

Fix variable shadowing in exponential backoff when deleting volumes

While https://github.com/kubernetes/kubernetes/pull/38339 implemented exponential backoff on
volume deletion, that PR suffers from a minor bug when error thrown on volume deletion is anything other than `VolumeInUse` errors - in which case exponential backoff will not work.

This PR fixes that. This PR also makes unit tests more deterministic because exponential backoff changed the way operations are permitted.

CC @jsafrane @childsb @wongma7
2016-12-20 20:33:56 -08:00
..
2016-12-17 00:07:24 +01:00
2016-12-14 12:39:48 -08:00
2016-12-14 12:39:48 -08:00
2016-12-17 11:52:41 +08:00
2016-12-14 12:39:48 -08:00
2016-12-14 12:39:48 -08:00
2016-10-13 16:10:24 -07:00
2016-12-14 12:39:48 -08:00
2016-07-16 13:48:21 -04:00
2016-11-02 16:19:30 -07:00