diff options
| author | Ed Costello <epc@epcostello.com> | 2015-08-09 14:18:06 -0400 |
|---|---|---|
| committer | Ed Costello <epc@epcostello.com> | 2015-08-09 14:18:06 -0400 |
| commit | 046cbbe86d69854b2bc3de273202732802c7957f (patch) | |
| tree | 4b4544200adf6fa837473803ee03ef6e57cd826a | |
| parent | 7749c3d1b6d8b100c48448c871e857a97faf3ea4 (diff) | |
Copy edits for typos
| -rw-r--r-- | apiserver_watch.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apiserver_watch.md b/apiserver_watch.md index 5610ccbc..a731c7f4 100644 --- a/apiserver_watch.md +++ b/apiserver_watch.md @@ -67,14 +67,14 @@ When a client sends a watch request to apiserver, instead of redirecting it to etcd, it will cause: - registering a handler to receive all new changes coming from etcd - - iteratiting though a watch window, starting at the requested resourceVersion - to the head and sending filetered changes directory to the client, blocking + - iterating though a watch window, starting at the requested resourceVersion + to the head and sending filtered changes directory to the client, blocking the above until this iteration has caught up This will be done be creating a go-routine per watcher that will be responsible for performing the above. -The following section describes the proposal in more details, analizes some +The following section describes the proposal in more details, analyzes some corner cases and divides the whole design in more fine-grained steps. |
