Merge pull request #1183 from zhaochaobo/master

Automatic merge from submit-queue.

fix spelling error

fix a spelling mistake
This commit is contained in:
Kubernetes Submit Queue 2017-10-13 22:51:42 -07:00 committed by GitHub
commit b8e52172d6
1 changed files with 1 additions and 1 deletions

View File

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