diff options
| author | Kris Rousey <krousey@google.com> | 2015-08-12 10:35:07 -0700 |
|---|---|---|
| committer | Kris <krousey@google.com> | 2015-08-18 10:03:19 -0700 |
| commit | 8d1a87b242d600f94d939e8b2e9b897be1de2430 (patch) | |
| tree | ca6f13ce8636aa15a4f824ca23b4c2e781da5cfa | |
| parent | 4d077b220aad4e7f2fd9537ba3adcd13b34a12d7 (diff) | |
Moving client libs to unversioned dir
| -rw-r--r-- | apiserver-watch.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apiserver-watch.md b/apiserver-watch.md index 02a6e6c8..6bc2d33f 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 |
