diff options
| author | eulerzgy <zhenggouyong.zheng@huawei.com> | 2015-09-21 15:21:11 +0800 |
|---|---|---|
| committer | eulerzgy <zhenggouyong.zheng@huawei.com> | 2015-09-21 15:21:11 +0800 |
| commit | ac4ed3a76c22eefbb043d0917bbcbedfa9012b57 (patch) | |
| tree | e48a23be09d2c30748f78cab231030f9134fd36c | |
| parent | 8f18489b89a68493e090fd3257e935233f6af326 (diff) | |
change etcdIndec to etcdIndex
| -rw-r--r-- | apiserver-watch.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apiserver-watch.md b/apiserver-watch.md index 2917eec4..3e92d1e0 100644 --- a/apiserver-watch.md +++ b/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 |
