diff options
| author | paul <zhaochaobo@ghostcloud.cn> | 2017-10-14 13:24:10 +0800 |
|---|---|---|
| committer | paul <zhaochaobo@ghostcloud.cn> | 2017-10-14 13:24:10 +0800 |
| commit | 4bc30c783c014b029195dc911c12b581ebea69fd (patch) | |
| tree | ce8da074744016532964de14975f4d4a875e017b | |
| parent | 9fce3d8bfb757df7cb44418b886aa591326e7c2d (diff) | |
fix spelling error
| -rw-r--r-- | contributors/design-proposals/api-machinery/api-chunking.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/design-proposals/api-machinery/api-chunking.md b/contributors/design-proposals/api-machinery/api-chunking.md index 4eb328eb..f7d51023 100644 --- a/contributors/design-proposals/api-machinery/api-chunking.md +++ b/contributors/design-proposals/api-machinery/api-chunking.md @@ -116,7 +116,7 @@ In the short term we have no supported subset filtering (i.e. a user who can LIS ### Handling expired resource versions -If the required data to perform a consistent list is no longer available in the storage backend (by default, old versions of objects in etcd3 are removed after 5 minutes), the server **must** return a `410 Gone ResourceExpired` status reponse (the same as for watch), which means clients must start from the beginning. +If the required data to perform a consistent list is no longer available in the storage backend (by default, old versions of objects in etcd3 are removed after 5 minutes), the server **must** return a `410 Gone ResourceExpired` status response (the same as for watch), which means clients must start from the beginning. ``` # resourceVersion is expired |
