Skip to content

Commit 8b80565

Browse files
authored
Update stale reference to etcd modifiedIndex
1 parent 0e62e47 commit 8b80565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributors/devel/sig-architecture/api-conventions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ read/modify/write cycle, by verifying that the current value of resourceVersion
791791
matches the specified value.
792792

793793
The resourceVersion is currently backed by [etcd's
794-
modifiedIndex](https://coreos.com/etcd/docs/latest/v2/api.html).
794+
mod_revision](https://etcd.io/docs/latest/learning/api/#key-value-pair).
795795
However, it's important to note that the application should *not* rely on the
796796
implementation details of the versioning system maintained by Kubernetes. We may
797797
change the implementation of resourceVersion in the future, such as to change it

0 commit comments

Comments
 (0)