summaryrefslogtreecommitdiff
path: root/contributors
diff options
context:
space:
mode:
authorKubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com>2022-10-12 03:45:00 -0700
committerGitHub <noreply@github.com>2022-10-12 03:45:00 -0700
commitc318a6811f0c0f7cbe98bedd96ebdfe3ba9314d8 (patch)
tree4defa40a2c6d1c59b264b12db8b1057a611fe06e /contributors
parent55345ad132923909c45cb2470a7f1e5532cdf4d9 (diff)
parent8b80565cb9e79bdb883612fe83337008a47e5bb7 (diff)
Merge pull request #6264 from porridge/patch-1
Update stale reference to etcd modifiedIndex
Diffstat (limited to 'contributors')
-rw-r--r--contributors/devel/sig-architecture/api-conventions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/sig-architecture/api-conventions.md b/contributors/devel/sig-architecture/api-conventions.md
index 1acdbdc8..98cfc27d 100644
--- a/contributors/devel/sig-architecture/api-conventions.md
+++ b/contributors/devel/sig-architecture/api-conventions.md
@@ -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