Bump the kubernetes group across 1 directory with 4 updates #4470
Annotations
10 errors and 2 warnings
Autobuild
d.decoder.Decode undefined (type *admission.Decoder is pointer to interface, not interface)
|
Autobuild
cannot use (func(ctx context.Context, evt event.CreateEvent, q workqueue.RateLimitingInterface) literal) (value of type func(ctx context.Context, evt event.CreateEvent, q workqueue.RateLimitingInterface)) as func(context.Context, event.TypedCreateEvent[client.Object], workqueue.TypedRateLimitingInterface[reconcile.Request]) value in struct literal
|
Autobuild
cannot use (func(ctx context.Context, evt event.UpdateEvent, q workqueue.RateLimitingInterface) literal) (value of type func(ctx context.Context, evt event.UpdateEvent, q workqueue.RateLimitingInterface)) as func(context.Context, event.TypedUpdateEvent[client.Object], workqueue.TypedRateLimitingInterface[reconcile.Request]) value in struct literal
|
Autobuild
cannot use (func(ctx context.Context, evt event.DeleteEvent, q workqueue.RateLimitingInterface) literal) (value of type func(ctx context.Context, evt event.DeleteEvent, q workqueue.RateLimitingInterface)) as func(context.Context, event.TypedDeleteEvent[client.Object], workqueue.TypedRateLimitingInterface[reconcile.Request]) value in struct literal
|
Autobuild
cannot use (func(ctx context.Context, evt event.GenericEvent, q workqueue.RateLimitingInterface) literal) (value of type func(ctx context.Context, evt event.GenericEvent, q workqueue.RateLimitingInterface)) as func(context.Context, event.TypedGenericEvent[client.Object], workqueue.TypedRateLimitingInterface[reconcile.Request]) value in struct literal
|
Autobuild
cannot use q (variable of interface 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)
|
Autobuild
cannot use q (variable of interface 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)
|
Autobuild
cannot use q (variable of interface 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)
|
Autobuild
cannot use q (variable of interface 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)
|
Autobuild
cannot use &EnqueueRequestForAnnotation{} (value of type *EnqueueRequestForAnnotation) as "sigs.k8s.io/controller-runtime/pkg/handler".EventHandler 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)
|
Set up Go
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
Post Set up Go
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
Loading