Skip to content

Bump the kubernetes group across 1 directory with 4 updates #4106

Bump the kubernetes group across 1 directory with 4 updates

Bump the kubernetes group across 1 directory with 4 updates #4106

Triggered via pull request August 16, 2024 01:55
Status Success
Total duration 3m 46s
Artifacts

codeql.yml

on: pull_request
Matrix: CodeQL Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 errors
CodeQL Analyze (go)
d.decoder.Decode undefined (type *admission.Decoder is pointer to interface, not interface)
CodeQL Analyze (go)
cannot use (func(ctx context.Context, evt event.CreateEvent, q workqueue.RateLimitingInterface) literal) (value of type func(ctx context.Context, evt event.TypedCreateEvent[client.Object], q workqueue.RateLimitingInterface)) as func(context.Context, event.TypedCreateEvent[client.Object], workqueue.TypedRateLimitingInterface[reconcile.Request]) value in struct literal
CodeQL Analyze (go)
cannot use (func(ctx context.Context, evt event.UpdateEvent, q workqueue.RateLimitingInterface) literal) (value of type func(ctx context.Context, evt event.TypedUpdateEvent[client.Object], q workqueue.RateLimitingInterface)) as func(context.Context, event.TypedUpdateEvent[client.Object], workqueue.TypedRateLimitingInterface[reconcile.Request]) value in struct literal
CodeQL Analyze (go)
cannot use (func(ctx context.Context, evt event.DeleteEvent, q workqueue.RateLimitingInterface) literal) (value of type func(ctx context.Context, evt event.TypedDeleteEvent[client.Object], q workqueue.RateLimitingInterface)) as func(context.Context, event.TypedDeleteEvent[client.Object], workqueue.TypedRateLimitingInterface[reconcile.Request]) value in struct literal
CodeQL Analyze (go)
cannot use (func(ctx context.Context, evt event.GenericEvent, q workqueue.RateLimitingInterface) literal) (value of type func(ctx context.Context, evt event.TypedGenericEvent[client.Object], q workqueue.RateLimitingInterface)) as func(context.Context, event.TypedGenericEvent[client.Object], workqueue.TypedRateLimitingInterface[reconcile.Request]) value in struct literal
CodeQL Analyze (go)
cannot use q (variable of type workqueue.RateLimitingInterface) as workqueue.TypedRateLimitingInterface[reconcile.Request] value in argument to f.hdlr.Create: workqueue.RateLimitingInterface does not implement workqueue.TypedRateLimitingInterface[reconcile.Request] (wrong type for method Add)
CodeQL Analyze (go)
cannot use q (variable of type workqueue.RateLimitingInterface) as workqueue.TypedRateLimitingInterface[reconcile.Request] value in argument to f.hdlr.Update: workqueue.RateLimitingInterface does not implement workqueue.TypedRateLimitingInterface[reconcile.Request] (wrong type for method Add)
CodeQL Analyze (go)
cannot use q (variable of type workqueue.RateLimitingInterface) as workqueue.TypedRateLimitingInterface[reconcile.Request] value in argument to f.hdlr.Delete: workqueue.RateLimitingInterface does not implement workqueue.TypedRateLimitingInterface[reconcile.Request] (wrong type for method Add)
CodeQL Analyze (go)
cannot use q (variable of type workqueue.RateLimitingInterface) as workqueue.TypedRateLimitingInterface[reconcile.Request] value in argument to f.hdlr.Generic: workqueue.RateLimitingInterface does not implement workqueue.TypedRateLimitingInterface[reconcile.Request] (wrong type for method Add)
CodeQL Analyze (go)
cannot use &EnqueueRequestForAnnotation{} (value of type *EnqueueRequestForAnnotation) as "sigs.k8s.io/controller-runtime/pkg/handler".TypedEventHandler[client.Object, reconcile.Request] value in variable declaration: *EnqueueRequestForAnnotation does not implement "sigs.k8s.io/controller-runtime/pkg/handler".TypedEventHandler[client.Object, reconcile.Request] (wrong type for method Create)