Skip to content

Bump k8s.io/client-go from 0.29.5 to 0.31.1 #1022

Bump k8s.io/client-go from 0.29.5 to 0.31.1

Bump k8s.io/client-go from 0.29.5 to 0.31.1 #1022

Triggered via pull request September 16, 2024 19:47
Status Failure
Total duration 1m 54s
Artifacts

golangci-lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
golangci-lint: controllers/applicationconnector_controller.go#L100
r.List undefined (type *applicationConnectorReconciler has no field or method List) (typecheck)
golangci-lint: controllers/applicationconnector_controller.go#L226
r.Objs undefined (type *applicationConnectorReconciler has no field or method Objs) (typecheck)
golangci-lint: controllers/applicationconnector_controller.go#L248
r.Cache undefined (type *applicationConnectorReconciler has no field or method Cache) (typecheck)
golangci-lint: controllers/applicationconnector_controller.go#L256
r.Get undefined (type *applicationConnectorReconciler has no field or method Get) (typecheck)
golangci-lint: controllers/applicationconnector_controller.go#L266
r.Client undefined (type *applicationConnectorReconciler has no field or method Client) (typecheck)
golangci-lint: controllers/applicationconnector_controller.go#L267
r.EventRecorder undefined (type *applicationConnectorReconciler has no field or method EventRecorder) (typecheck)
golangci-lint: controllers/applicationconnector_controller.go#L270
r.Cache undefined (type *applicationConnectorReconciler has no field or method Cache) (typecheck)
golangci-lint: pkg/reconciler/update_objects_test.go#L17
could not import sigs.k8s.io/controller-runtime/pkg/client/fake (-: # sigs.k8s.io/controller-runtime/pkg/client/fake
golangci-lint
cannot use c.tracker (variable of type versionedTracker) as "k8s.io/client-go/testing".ObjectTracker value in argument to dryPatch: versionedTracker does not implement "k8s.io/client-go/testing".ObjectTracker (wrong type for method Create)
golangci-lint
cannot use c.tracker (variable of type versionedTracker) as "k8s.io/client-go/testing".ObjectTracker value in argument to testing.ObjectReaction: versionedTracker does not implement "k8s.io/client-go/testing".ObjectTracker (wrong type for method Create)