Skip to content

Commit c318a68

Browse files
authored
Merge pull request #6264 from porridge/patch-1
Update stale reference to etcd modifiedIndex
2 parents 55345ad + 8b80565 commit c318a68

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
@@ -980,7 +980,7 @@ read/modify/write cycle, by verifying that the current value of resourceVersion
980980
matches the specified value.
981981

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

0 commit comments

Comments
 (0)