Skip to content

dep-up: Updated examples to use v0.5.2 SDK #82

dep-up: Updated examples to use v0.5.2 SDK

dep-up: Updated examples to use v0.5.2 SDK #82

Triggered via pull request September 24, 2024 10:39
Status Failure
Total duration 3m 4s
Artifacts

e2e.yaml

on: pull_request
Execute test suites
2m 55s
Execute test suites
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
Execute test suites
cannot use &eventHandler{…} (value of type *eventHandler) as handler.TypedEventHandler[client.Object, reconcile.Request] value in return statement: *eventHandler does not implement handler.TypedEventHandler[client.Object, reconcile.Request] (wrong type for method Create)
Execute test suites
cannot use func(_ context.Context, ce event.CreateEvent, rli workqueue.RateLimitingInterface) {…} (value of type func(_ "context".Context, ce event.TypedCreateEvent[client.Object], rli workqueue.RateLimitingInterface)) as func("context".Context, event.TypedCreateEvent[client.Object], workqueue.TypedRateLimitingInterface[reconcile.Request]) value in struct literal
Execute test suites
cannot use func(_ context.Context, ue event.UpdateEvent, rli workqueue.RateLimitingInterface) {…} (value of type func(_ "context".Context, ue event.TypedUpdateEvent[client.Object], rli workqueue.RateLimitingInterface)) as func("context".Context, event.TypedUpdateEvent[client.Object], workqueue.TypedRateLimitingInterface[reconcile.Request]) value in struct literal
Execute test suites
cannot use func(_ context.Context, de event.DeleteEvent, rli workqueue.RateLimitingInterface) {…} (value of type func(_ "context".Context, de event.TypedDeleteEvent[client.Object], rli workqueue.RateLimitingInterface)) as func("context".Context, event.TypedDeleteEvent[client.Object], workqueue.TypedRateLimitingInterface[reconcile.Request]) value in struct literal
Execute test suites
cannot use func(_ context.Context, ge event.GenericEvent, rli workqueue.RateLimitingInterface) {…} (value of type func(_ "context".Context, ge event.TypedGenericEvent[client.Object], rli workqueue.RateLimitingInterface)) as func("context".Context, event.TypedGenericEvent[client.Object], workqueue.TypedRateLimitingInterface[reconcile.Request]) value in struct literal
Execute test suites
in call to source.Kind, type handler.TypedFuncs[*"k8s.io/api/core/v1".Pod] of handler.TypedFuncs[*corev1.Pod]{…} does not match inferred type handler.TypedEventHandler[*"k8s.io/api/core/v1".Pod, reconcile.Request] for handler.TypedEventHandler[object, reconcile.Request]
Execute test suites
not enough type arguments for type TypedFuncs: have 1, want 2
Execute test suites
cannot use func(ctx context.Context, e event.UpdateEvent, q workqueue.RateLimitingInterface) {…} (value of type func(ctx "context".Context, e "sigs.k8s.io/controller-runtime/pkg/event".TypedUpdateEvent[client.Object], q workqueue.RateLimitingInterface)) as func("context".Context, "sigs.k8s.io/controller-runtime/pkg/event".TypedUpdateEvent[client.Object], workqueue.TypedRateLimitingInterface[reconcile.Request]) value in struct literal
Execute test suites
c.GenericConfig.Version undefined (type server.CompletedConfig has no field or method Version)
Execute test suites
c.GenericConfig.Version undefined (type server.CompletedConfig has no field or method Version)
Execute test suites
The following actions uses node12 which is deprecated and will be forced to run on node16: engineerd/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Execute test suites
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4, engineerd/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/