k3s/pkg/client/cache
Clayton Coleman 206308ea14 Provide better log output and name for reflectors
Reflectors started from goroutines are broken because Go doesn't allow
runtime.Callers to see the spawning goroutine. Do a best effort parse of
the call stack for now.

Add logging so that we can easily see which reflectors processes launch,
and measure in logs the frequency of sync intervals.
2016-03-24 17:37:31 -04:00
..
delta_fifo.go fix the HasSynced() bug for Informer 2016-02-03 11:40:11 +08:00
delta_fifo_test.go fix the HasSynced() bug for Informer 2016-02-03 11:40:11 +08:00
doc.go Replace "minion" with "node" in bunch of places. 2015-09-14 11:07:11 +02:00
expiration_cache.go Improve go report card by fixing typos in comments 2016-03-04 18:30:59 -08:00
expiration_cache_fakes.go Lock across item expiration in the ttl store. 2016-02-24 14:06:18 -08:00
expiration_cache_test.go Lock across item expiration in the ttl store. 2016-02-24 14:06:18 -08:00
fifo.go fix the HasSynced() bug for Informer 2016-02-03 11:40:11 +08:00
fifo_test.go fix the HasSynced() bug for Informer 2016-02-03 11:40:11 +08:00
index.go Change runtime.Object signature 2015-12-15 13:36:25 -05:00
index_test.go Move version agnostic parts of client 2015-09-10 17:17:59 -07:00
listers.go Fix a bug when getting deployments for RS 2016-02-19 11:42:17 -08:00
listers_test.go Move extensions.LabelSelector to unversioned. 2016-02-04 13:46:34 -08:00
listwatch.go Move restclient to its own package 2016-02-29 12:05:13 -08:00
listwatch_test.go Move restclient to its own package 2016-02-29 12:05:13 -08:00
reflector.go Provide better log output and name for reflectors 2016-03-24 17:37:31 -04:00
reflector_test.go Rewritte util.* -> wait.* wherever reasonable 2016-02-07 12:02:20 +01:00
store.go Change runtime.Object signature 2015-12-15 13:36:25 -05:00
store_test.go Move version agnostic parts of client 2015-09-10 17:17:59 -07:00
thread_safe_store.go use param indices 2016-01-13 19:23:58 +08:00
undelta_store.go Move version agnostic parts of client 2015-09-10 17:17:59 -07:00
undelta_store_test.go Move version agnostic parts of client 2015-09-10 17:17:59 -07:00