mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-10 18:40:55 -04:00
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. |
||
|---|---|---|
| .. | ||
| BUILD | ||
| recycler_client.go | ||
| recycler_client_test.go | ||