feat(go): update module sigs.k8s.io/controller-runtime to v0.23.1 #229
Annotations
5 errors
|
Run on Ubuntu
Process completed with exit code 1.
|
|
Run on Ubuntu:
pkg/controllers/namespace_controller_test.go#L227
cannot use mov (variable of type *fakeManager) as controllerruntime.Manager value in argument to r.SetupWithManager: *fakeManager does not implement manager.Manager (missing method GetConverterRegistry) (typecheck)
|
|
Run on Ubuntu:
pkg/controllers/lease_controller_test.go#L1530
cannot use mov (variable of type *fakeManager) as manager.Manager value in argument to r.SetupWithManager: *fakeManager does not implement manager.Manager (missing method GetConverterRegistry)
|
|
Run on Ubuntu
cannot use mgr (variable of type *testMgr) as controllerruntime.Manager value in argument to healthCheck: *testMgr does not implement manager.Manager (missing method GetConverterRegistry)
|
|
Run on Ubuntu
cannot use mov (variable of type *fakeManager) as manager.Manager value in argument to r.SetupWithManager: *fakeManager does not implement manager.Manager (missing method GetConverterRegistry)
|