From bf3a0097fc5da8c41e6488198cc629879f7bfc20 Mon Sep 17 00:00:00 2001 From: Wojciech Tyczynski Date: Thu, 30 Jul 2015 13:27:18 +0200 Subject: Move etcd storage to pkg/storage/etcd --- apiserver_watch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apiserver_watch.md b/apiserver_watch.md index ce866b6d..5610ccbc 100644 --- a/apiserver_watch.md +++ b/apiserver_watch.md @@ -163,7 +163,7 @@ resource type. However, this watch can potentially expire at any time and reconnecting can return "too old resource version". In that case relisting is necessary. In such case, to avoid LIST requests coming from all watchers at the same time, we can introduce an additional etcd event type: -[EtcdResync](../../pkg/tools/etcd_watcher.go#L36) +[EtcdResync](../../pkg/storage/etcd/etcd_watcher.go#L36) Whenever reslisting will be done to refresh the internal watch to etcd, EtcdResync event will be send to all the watchers. It will contain the -- cgit v1.2.3