summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Owsiany <porridge@redhat.com>2021-12-03 09:26:55 +0100
committerGitHub <noreply@github.com>2021-12-03 09:26:55 +0100
commit8b80565cb9e79bdb883612fe83337008a47e5bb7 (patch)
treefe12923640aab768a0c3b6f0bf8206d4e2fee0f4
parent0e62e47376fc7b976ba756905a3d319489b54cbf (diff)
Update stale reference to etcd modifiedIndex
-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 0948a271..0ff70c4e 100644
--- a/contributors/devel/sig-architecture/api-conventions.md
+++ b/contributors/devel/sig-architecture/api-conventions.md
@@ -791,7 +791,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