k3s/pkg/storage
Kubernetes Submit Queue d323fed024 Merge pull request #33003 from hongchaodeng/etcd_fix2
Automatic merge from submit-queue

stop etcd watcher when watch chan is closed

When startWatching() stops due to the watch chan is closed, the watcher could still keeps running in the background. When this case happen, we should stop the watcher entirely and close ResultChan() too.
2016-09-20 20:21:24 -07:00
..
etcd Move HighWaterMark to the top of the struct in order to fix 32-bit platforms 2016-09-20 22:44:56 +03:00
etcd3 stop etcd watcher when watch chan is closed 2016-09-20 12:45:28 -07:00
storagebackend Revert "Revert "Enable v3 Client as the default on UTs"" 2016-09-14 07:27:21 -05:00
testing Update generated files due to dependency shift. 2016-08-09 10:41:09 -05:00
OWNERS
cacher.go Fix logging in cacher 2016-09-14 09:13:41 +02:00
cacher_test.go pkg/storage: cleanup Codec() from interface 2016-08-15 20:46:13 -07:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
errors.go Modify IsInvalidObj name and description 2016-08-12 11:17:08 +08:00
interfaces.go Merge pull request #30664 from hongchaodeng/r3 2016-08-17 00:56:05 -07:00
util.go Log water mark for incoming queue in cacher 2016-09-09 11:35:05 +02:00
util_test.go Log water mark for incoming queue in cacher 2016-09-09 11:35:05 +02:00
watch_cache.go Refactor util clock into it's own pkg 2016-07-28 02:29:04 -04:00
watch_cache_test.go Refactor util clock into it's own pkg 2016-07-28 02:29:04 -04:00