Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Bump github.com/operator-framework/operator-registry from 1.28.0 to 1.35.0 #2104

Bump github.com/operator-framework/operator-registry from 1.28.0 to 1.35.0

Bump github.com/operator-framework/operator-registry from 1.28.0 to 1.35.0 #2104

Triggered via pull request January 16, 2024 21:16
Status Failure
Total duration 1m 23s
Artifacts

e2e.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
e2e-kind
cannot use func(evt event.CreateEvent, q workqueue.RateLimitingInterface) {…} (value of type func(evt event.CreateEvent, q workqueue.RateLimitingInterface)) as func(context.Context, event.CreateEvent, workqueue.RateLimitingInterface) value in struct literal
e2e-kind
not enough arguments in call to f.hdlr.Create
e2e-kind
cannot use func(evt event.UpdateEvent, q workqueue.RateLimitingInterface) {…} (value of type func(evt event.UpdateEvent, q workqueue.RateLimitingInterface)) as func(context.Context, event.UpdateEvent, workqueue.RateLimitingInterface) value in struct literal
e2e-kind
not enough arguments in call to f.hdlr.Update
e2e-kind
cannot use func(evt event.DeleteEvent, q workqueue.RateLimitingInterface) {…} (value of type func(evt event.DeleteEvent, q workqueue.RateLimitingInterface)) as func(context.Context, event.DeleteEvent, workqueue.RateLimitingInterface) value in struct literal
e2e-kind
not enough arguments in call to f.hdlr.Delete
e2e-kind
cannot use func(evt event.GenericEvent, q workqueue.RateLimitingInterface) {…} (value of type func(evt event.GenericEvent, q workqueue.RateLimitingInterface)) as func(context.Context, event.GenericEvent, workqueue.RateLimitingInterface) value in struct literal
e2e-kind
not enough arguments in call to f.hdlr.Generic
e2e-kind
cannot use cmdutil.NewFactory(getter) (value of type "k8s.io/kubectl/pkg/cmd/util".Factory) as Factory value in struct literal: "k8s.io/kubectl/pkg/cmd/util".Factory does not implement Factory (missing method OpenAPIGetter)
e2e-kind: internal/util/util.go#L56
cannot use func(obj client.Object) []reconcile.Request {…} (value of type func(obj client.Object) []reconcile.Request) as handler.MapFunc value in argument to handler.EnqueueRequestsFromMapFunc