From 696372a6932d46902bc3251d2d61f137c019153f Mon Sep 17 00:00:00 2001 From: eulerzgy Date: Mon, 21 Sep 2015 15:21:11 +0800 Subject: [PATCH] change etcdIndec to etcdIndex --- docs/proposals/apiserver-watch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/proposals/apiserver-watch.md b/docs/proposals/apiserver-watch.md index 2917eec4f19..3e92d1e025b 100644 --- a/docs/proposals/apiserver-watch.md +++ b/docs/proposals/apiserver-watch.md @@ -116,7 +116,7 @@ we will store two things: This should be as simple as having an array an treating it as a cyclic buffer. Obviously resourceVersion of objects watched from etcd will be increasing, but they are necessary for registering a new watcher that is interested in all the - changes since a given etcdIndec. + changes since a given etcdIndex. Additionally, we should support LIST operation, otherwise clients can never start watching at now. We may consider passing lists through etcd, however