From 8d1a87b242d600f94d939e8b2e9b897be1de2430 Mon Sep 17 00:00:00 2001 From: Kris Rousey Date: Wed, 12 Aug 2015 10:35:07 -0700 Subject: [PATCH] Moving client libs to unversioned dir --- apiserver-watch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apiserver-watch.md b/apiserver-watch.md index 02a6e6c84..6bc2d33fc 100644 --- a/apiserver-watch.md +++ b/apiserver-watch.md @@ -166,7 +166,7 @@ the same time, we can introduce an additional etcd event type: Thus, we need to create the EtcdResync event, extend watch.Interface and its implementations to support it and handle those events appropriately in places like - [Reflector](../../pkg/client/cache/reflector.go) + [Reflector](../../pkg/client/unversioned/cache/reflector.go) However, this might turn out to be unnecessary optimization if apiserver will always keep up (which is possible in the new design). We will work