kubernetes/pkg/client/cache
Clayton Coleman b2434de777 When connections are broken on Watch, write fewer errors to logs
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).
2014-12-18 16:15:51 -05:00
..
doc.go finish testing client/cache 2014-08-04 14:50:01 -07:00
fifo.go Typo fix 2014-11-12 13:05:08 -05:00
fifo_test.go Fix line-jumping bug in FIFO implementation 2014-10-21 16:37:32 -04:00
poller.go Rename client/cache Store.Contains to ContainedIDs 2014-11-11 11:48:15 -05:00
poller_test.go Rename client/cache Store.Contains to ContainedIDs 2014-11-11 11:48:15 -05:00
reflector.go When connections are broken on Watch, write fewer errors to logs 2014-12-18 16:15:51 -05:00
reflector_test.go Refactor tests to split ObjectMeta from TypeMeta 2014-10-24 11:22:21 -04:00
store.go Typo fix 2014-11-12 13:05:08 -05:00
store_test.go Rename client/cache Store.Contains to ContainedIDs 2014-11-11 11:48:15 -05:00