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 4f856b595d
commit 7ba5b058cc
128 changed files with 54 additions and 54 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
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