Skip to content

Commit

Permalink
docs: fix small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gonmmarques authored and manusa committed Dec 14, 2023
1 parent 9aacb48 commit 7d22196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ When the resourceVersion is null for a patch the server will always attempt to p

- A handful of additional operations, such as undo, updateImage, and others are currently locked by default. This may not be intentional - under the covers this is apply a json patch; older versions of json patching that created the resource diff were unlocked by default. If you encounter an exception due to a concurrent modification performing an operation that seems like it should ignore that possibility by default please raise an issue.

- Legacy operations such as creatOrReplace or replace were effectively unlocked - they would repeatedly retry the operation with the freshest resourceVersion until it succeeded. These methods have been deprecated because of the complexity of their implementation and the broad unlocking behavior by default could be considered unsafe.
- Legacy operations such as createOrReplace or replace were effectively unlocked - they would repeatedly retry the operation with the freshest resourceVersion until it succeeded. These methods have been deprecated because of the complexity of their implementation and the broad unlocking behavior by default could be considered unsafe.

### Alternatives to createOrReplace and replace

Expand Down

0 comments on commit 7d22196

Please sign in to comment.