kubernetes/pkg/volume/util/recyclerclient
Joel Smith 917356f8e0 Prevent virtual infinite loop in volume controller
In WatchPod(), if one of the two channels being watched (pod updates and
events) is closed, the for/select loop turns into a tight infinite loop because
the select immediately falls through due to the channel being closed. Watch
them independently instead.
2018-04-13 21:19:45 -06:00
..
BUILD update bazel 2018-02-27 20:23:36 +08:00
recycler_client.go Prevent virtual infinite loop in volume controller 2018-04-13 21:19:45 -06:00
recycler_client_test.go merge util into one file 2018-02-27 19:58:41 +08:00