diff options
| author | yanan Lee <energylyn@zju.edu.cn> | 2016-12-21 17:24:00 +0800 |
|---|---|---|
| committer | yanan Lee <energylyn@zju.edu.cn> | 2016-12-21 17:24:00 +0800 |
| commit | 218a6e5bb4b0a6dee25a6e9e360f5b73861c142d (patch) | |
| tree | a19d0dc5e10020aa493b3014ac8507a869e20cc7 | |
| parent | d818a2dadc087213f1dea81f755b0509cc283904 (diff) | |
Modify spelling mistake
Signed-off-by: yanan Lee <energylyn@zju.edu.cn>
| -rw-r--r-- | contributors/design-proposals/apiserver-watch.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/design-proposals/apiserver-watch.md b/contributors/design-proposals/apiserver-watch.md index 9764768f..572074aa 100644 --- a/contributors/design-proposals/apiserver-watch.md +++ b/contributors/design-proposals/apiserver-watch.md @@ -80,7 +80,7 @@ we will store two things: - the resourceVersion of the object (being an etcdIndex) - the object watched from etcd itself (in a deserialized form) - 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 and 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 etcdIndex. |
