Moving client libs to unversioned dir

This commit is contained in:
Kris Rousey 2015-08-12 10:35:07 -07:00 committed by Kris
parent 4d077b220a
commit 8d1a87b242
1 changed files with 1 additions and 1 deletions

View File

@ -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 Thus, we need to create the EtcdResync event, extend watch.Interface and
its implementations to support it and handle those events appropriately its implementations to support it and handle those events appropriately
in places like 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 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 will always keep up (which is possible in the new design). We will work