diff options
| author | grodrigues3 <grodrigues3@users.noreply.github.com> | 2017-03-29 14:27:29 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-29 14:27:29 -0700 |
| commit | ade5ea32055bc1a5dfc8ab7205dd86ef6213786a (patch) | |
| tree | 75e644e1e3b88546bb2467ff263eff642196c8f8 | |
| parent | 945e4b860fb39f6929fe03153c87e3facf11b212 (diff) | |
| parent | c42f57ddfe51758b507faff37a235bffc4e49e15 (diff) | |
Merge pull request #482 from paulcichonski/fix-url-api-conventions
fix invalid url in api-conventions.md
| -rw-r--r-- | contributors/devel/api-conventions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/api-conventions.md b/contributors/devel/api-conventions.md index 69e215dc..100b6445 100644 --- a/contributors/devel/api-conventions.md +++ b/contributors/devel/api-conventions.md @@ -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 |
