Merge pull request #222 from EnergyLiYN/kube-b5

Modify spelling mistake
This commit is contained in:
Jędrzej Nowak 2016-12-21 11:13:34 +01:00 committed by GitHub
commit c7b67c820a
1 changed files with 1 additions and 1 deletions

View File

@ -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.