File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,7 @@ When in doubt, it's almost always better not to use this package and instead use
28
28
envtest.Environment with a real client and API server.
29
29
30
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
32
- - possible locking issues when using fake client and not the actual client
31
+ - this client does not have a way to inject specific errors to test handled vs. unhandled errors
33
32
- there is some support for sub resources which can cause issues with tests if you're trying to update
34
33
e.g. metadata and status in the same reconcile
35
34
- No OpeanAPI validation is performed when creating or updating objects.
You can’t perform that action at this time.
0 commit comments