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.
1 parent 88234a8 commit f035121Copy full SHA for f035121
pkg/client/fake/doc.go
@@ -31,7 +31,7 @@ WARNING: ⚠️ Current Limitations / Known Issues with the fake Client ⚠️
31
- This client does not have a way to inject specific errors to test handled vs. unhandled errors.
32
- There is some support for sub resources which can cause issues with tests if you're trying to update
33
e.g. metadata and status in the same reconcile.
34
-- No OpeanAPI validation is performed when creating or updating objects.
+- No OpenAPI validation is performed when creating or updating objects.
35
- ObjectMeta's `Generation` and `ResourceVersion` don't behave properly, Patch or Update
36
operations that rely on these fields will fail, or give false positives.
37
0 commit comments