Merge pull request #1183 from zhaochaobo/master
Automatic merge from submit-queue. fix spelling error fix a spelling mistake
This commit is contained in:
commit
b8e52172d6
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue