diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2018-02-01 09:23:10 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-01 09:23:10 -0800 |
| commit | 6f5de5951af0aa5a556fd395158c1921a0ad9de0 (patch) | |
| tree | 246735d4860d44c7f2beb32f5617ce6e078a97a6 | |
| parent | fdfebda7e9f8d14f2ce753ef262bdea144dc5bd8 (diff) | |
| parent | ad199562d7550339648a8e865881272ee3642e89 (diff) | |
Merge pull request #1715 from yank1/fix-a-typo-in-bulk-watch
fix a typo in bulk watch
| -rw-r--r-- | contributors/design-proposals/api-machinery/bulk_watch.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contributors/design-proposals/api-machinery/bulk_watch.md b/contributors/design-proposals/api-machinery/bulk_watch.md index fc64d589..0a92ac32 100644 --- a/contributors/design-proposals/api-machinery/bulk_watch.md +++ b/contributors/design-proposals/api-machinery/bulk_watch.md @@ -180,7 +180,7 @@ websockets protocol. watch requests (in addition to regular http requests), so for the purpose of bulk watch we will be extending websocket support. - The the high level, the protocol will look: + The high level, the protocol will look: 1. client opens a new websocket connection to a bulk watch endpoint to the server via ghttp GET 1. this results in creating a single channel that is used only to handle @@ -197,7 +197,7 @@ ch1, ch2 ... .* 1. once subscribed, all objects matching a given selector will be send over the newly created channel 1. to stop watching for a given (set of) objects, user sends `CloseWatch` -object over the the channel; in response the corresponding watch is broken and +object over the channel; in response the corresponding watch is broken and corresponding channel within websocket is closed 1. once done, user should close the whole websocket connection (this results in breaking all still opened channels and corresponding watches). |
