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 f17728e commit 7cf381eCopy full SHA for 7cf381e
pkg/client/fake/doc.go
@@ -28,7 +28,7 @@ When in doubt, it's almost always better not to use this package and instead use
28
envtest.Environment with a real client and API server.
29
30
Current Limitations / Known Issues with the fake Client:
31
-- this client does not use reactors so it can not be setup with detailed responses for testing
+- this client does not have a way to inject specific errors to test handled vs. unhandled errors
32
- possible locking issues when using fake client and not the actual client
33
- there is some support for sub resources which can cause issues with tests if you're trying to update
34
e.g. metadata and status in the same reconcile
0 commit comments