diff options
| author | Daniel Smith <dbsmith@google.com> | 2015-09-03 14:50:12 -0700 |
|---|---|---|
| committer | Daniel Smith <dbsmith@google.com> | 2015-09-10 17:17:59 -0700 |
| commit | d6f413931d2206f8a4788df03552fe1e99c508b0 (patch) | |
| tree | b962fae389e971bd225f91e4a5a2d83cfd87c68d | |
| parent | a5b0fdf237d90f6c2212811be8573896ea535f72 (diff) | |
Manually fixing docs, since gendocs messes up the links.
| -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 b8069030..2917eec4 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/unversioned/cache/reflector.go) + [Reflector](../../pkg/client/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 |
