mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-09 10:00:54 -04:00
Watch depends on long running connections, which intervening proxies may break without the control of the remote server. Specific errors handled are io.EOF, io.EOF wrapped by *url.Error, http connection reset errors (caused by race conditions in golang http code), and connection reset by peer (simply tolerated). |
||
|---|---|---|
| .. | ||
| doc.go | ||
| fifo.go | ||
| fifo_test.go | ||
| poller.go | ||
| poller_test.go | ||
| reflector.go | ||
| reflector_test.go | ||
| store.go | ||
| store_test.go | ||