Closed
Description
Writing a test that uses the fakeClient for code that uses *unstructured.UnstructuredList
to list something, the test fails with a
failed to list ImageRegistryConfigs: non-list type *unstructured.UnstructuredList (kind "my-api/v1, Kind=Config") passed as output
The same code works fine when using a non-fake client.
/kind bug