Merge pull request #6264 from porridge/patch-1

Update stale reference to etcd modifiedIndex
This commit is contained in:
Kubernetes Prow Robot 2022-10-12 03:45:00 -07:00 committed by GitHub
commit c318a6811f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -980,7 +980,7 @@ read/modify/write cycle, by verifying that the current value of resourceVersion
matches the specified value.
The resourceVersion is currently backed by [etcd's
modifiedIndex](https://coreos.com/etcd/docs/latest/v2/api.html).
mod_revision](https://etcd.io/docs/latest/learning/api/#key-value-pair).
However, it's important to note that the application should *not* rely on the
implementation details of the versioning system maintained by Kubernetes. We may
change the implementation of resourceVersion in the future, such as to change it