Commit dd6a897c authored by Eric Tune's avatar Eric Tune

Merge pull request #14258 from zhengguoyong/update-etcdindex

change etcdIndec to etcdIndex
parents 1ffa7cbc 696372a6
...@@ -116,7 +116,7 @@ we will store two things: ...@@ -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. 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 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 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 Additionally, we should support LIST operation, otherwise clients can never
start watching at now. We may consider passing lists through etcd, however start watching at now. We may consider passing lists through etcd, however
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment