Bump the kubernetes group with 4 updates #1123
Annotations
10 errors
Run Generate E2E test suite on Kube 1.19
cannot use func(ctx context.Context, evt event.CreateEvent, q workqueue.RateLimitingInterface) {…} (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
|
Run Generate E2E test suite on Kube 1.19
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)
|
Run Generate E2E test suite on Kube 1.19
cannot use func(ctx context.Context, evt event.UpdateEvent, q workqueue.RateLimitingInterface) {…} (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
|
Run Generate E2E test suite on Kube 1.19
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)
|
Run Generate E2E test suite on Kube 1.19
cannot use func(ctx context.Context, evt event.DeleteEvent, q workqueue.RateLimitingInterface) {…} (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
|
Run Generate E2E test suite on Kube 1.19
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)
|
Run Generate E2E test suite on Kube 1.19
cannot use func(ctx context.Context, evt event.GenericEvent, q workqueue.RateLimitingInterface) {…} (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
|
Run Generate E2E test suite on Kube 1.19
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)
|
Run Generate E2E test suite on Kube 1.19
d.decoder.Decode undefined (type *admission.Decoder is pointer to interface, not interface)
|
Run Generate E2E test suite on Kube 1.19
cannot use func(ctx context.Context, evt event.DeleteEvent, q workqueue.RateLimitingInterface) {…} (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
|
Loading