Skip to content

Commit

Permalink
Merge pull request kubernetes#30623 from lixiaobing10051267/masterEtcd3
Browse files Browse the repository at this point in the history
fix wrong path for all registries
  • Loading branch information
thockin authored Aug 17, 2016
2 parents ec7c58e + 57797b8 commit 7b762fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/proposals/apiserver-watch.md
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ to implement the proposal.
1. Since we want the watch in apiserver to be optional for different resource
types, this needs to be self-contained and hidden behind a well defined API.
This should be a layer very close to etcd - in particular all registries:
"pkg/registry/generic/etcd" should be built on top of it.
"pkg/registry/generic/registry" should be built on top of it.
We will solve it by turning tools.EtcdHelper by extracting its interface
and treating this interface as this API - the whole watch mechanisms in
apiserver will be hidden behind that interface.
Expand Down

0 comments on commit 7b762fb

Please sign in to comment.