We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 10a0617 + 3f1dbcf commit cd497ceCopy full SHA for cd497ce
contributors/devel/sig-architecture/api-conventions.md
@@ -969,7 +969,7 @@ Kubernetes leverages the concept of *resource versions* to achieve optimistic
969
concurrency. All Kubernetes resources have a "resourceVersion" field as part of
970
their metadata. This resourceVersion is a string that identifies the internal
971
version of an object that can be used by clients to determine when objects have
972
-changed. When a record is about to be updated, it's version is checked against a
+changed. When a record is about to be updated, its version is checked against a
973
pre-saved value, and if it doesn't match, the update fails with a StatusConflict
974
(HTTP status code 409).
975
0 commit comments