fdb-kubernetes-operator
fdb-kubernetes-operator copied to clipboard
Allow to mock errors in MockClient implementation
What would you like to be added/changed?
We should add support for mocking errors in our MockClient implementation, this allows to test code paths where we do error handling on specific errors e.g. timeout errors.