Skip to content

Bump sigs.k8s.io/controller-runtime from 0.14.4 to 0.16.1 #150

Bump sigs.k8s.io/controller-runtime from 0.14.4 to 0.16.1

Bump sigs.k8s.io/controller-runtime from 0.14.4 to 0.16.1 #150

Triggered via pull request August 31, 2023 18:55
Status Failure
Total duration 4m 3s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

golangci-lint.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: main.go#L131
unknown field MetricsBindAddress in struct literal of type manager.Options (typecheck)
lint: main.go#L132
unknown field Port in struct literal of type manager.Options (typecheck)
lint: controllers/loadbalancer_controller.go#L33
could not import github.com/onmetal/controller-utils/clientutils (-: # github.com/onmetal/controller-utils/clientutils
lint
cannot use readerClient{…} (value of type readerClient) as type client.Client in return statement:
lint: controllers/network_controller.go#L378
source.Kind (value of type func(cache "sigs.k8s.io/controller-runtime/pkg/cache".Cache, object "sigs.k8s.io/controller-runtime/pkg/client".Object) source.SyncingSource) is not a type (typecheck)
lint: controllers/network_controller.go#L379
cannot use r.findObjectsForNetworkInterface (value of type func(obj "sigs.k8s.io/controller-runtime/pkg/client".Object) []reconcile.Request) as handler.MapFunc value in argument to handler.EnqueueRequestsFromMapFunc (typecheck)
lint: controllers/network_controller.go#L383
source.Kind (value of type func(cache "sigs.k8s.io/controller-runtime/pkg/cache".Cache, object "sigs.k8s.io/controller-runtime/pkg/client".Object) source.SyncingSource) is not a type (typecheck)
lint: controllers/network_controller.go#L384
cannot use r.findObjectsForLoadBalancer (value of type func(obj "sigs.k8s.io/controller-runtime/pkg/client".Object) []reconcile.Request) as handler.MapFunc value in argument to handler.EnqueueRequestsFromMapFunc (typecheck)
lint: controllers/networkinterface_controller.go#L1489
source.Kind (value of type func(cache "sigs.k8s.io/controller-runtime/pkg/cache".Cache, object "sigs.k8s.io/controller-runtime/pkg/client".Object) source.SyncingSource) is not a type (typecheck)
lint: controllers/networkinterface_controller.go#L1500
cannot use (func(obj client.Object) []ctrl.Request literal) (value of type func(obj "sigs.k8s.io/controller-runtime/pkg/client".Object) []reconcile.Request) as handler.MapFunc value in argument to handler.EnqueueRequestsFromMapFunc (typecheck)