Merge pull request #482 from paulcichonski/fix-url-api-conventions

fix invalid url in api-conventions.md
This commit is contained in:
grodrigues3 2017-03-29 14:27:29 -07:00 committed by GitHub
commit ade5ea3205
1 changed files with 1 additions and 1 deletions

View File

@ -839,7 +839,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/docs/distributed-configuration/etcd-api/).
modifiedIndex](https://coreos.com/etcd/docs/latest/v2/api.html).
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