chore(deps): update module sigs.k8s.io/controller-runtime to v0.22.4 #509
Annotations
5 errors
|
golangci-lint
issues found
|
|
golangci-lint:
controller/lifecycle/lifecycle_test.go#L903
cannot use clientMock (variable of type *mocks.Client) as client.Client value in argument to updateStatus: *mocks.Client does not implement client.Client (missing method Apply) (typecheck)
|
|
golangci-lint:
controller/lifecycle/lifecycle_test.go#L893
cannot use clientMock (variable of type *mocks.Client) as client.Client value in argument to updateStatus: *mocks.Client does not implement client.Client (missing method Apply)
|
|
golangci-lint:
controller/lifecycle/lifecycle_test.go#L882
cannot use clientMock (variable of type *mocks.Client) as client.Client value in argument to updateStatus: *mocks.Client does not implement client.Client (missing method Apply)
|
|
golangci-lint:
controller/lifecycle/lifecycle_test.go#L857
cannot use clientMock (variable of type *mocks.Client) as client.Client value in argument to updateStatus: *mocks.Client does not implement client.Client (missing method Apply)
|
Loading