fdb-kubernetes-operator icon indicating copy to clipboard operation
fdb-kubernetes-operator copied to clipboard

Make use of controller-runtime fake client in mock client

Open johscheuer opened this issue 3 years ago • 0 comments

What would you like to be added/changed?

We should make use of the controller-runtime fake client in our mock client implementation. See: https://pkg.go.dev/sigs.k8s.io/controller-runtime/pkg/client/fake it seems like the fake client already implements most of our features and we can build our wrapper around the fake client.

johscheuer avatar Sep 26 '22 14:09 johscheuer