Update module sigs.k8s.io/controller-runtime to v0.19.1 #1006
Annotations
7 errors
lint
c.GenericConfig.Version undefined (type server.CompletedConfig has no field or method Version)
|
lint:
webhooks/invitation_webhook.go#L37
v.decoder.Decode undefined (type *"sigs.k8s.io/controller-runtime/pkg/webhook/admission".Decoder is pointer to interface, not interface)
|
lint:
webhooks/user_webhook.go#L49
v.decoder.Decode undefined (type *"sigs.k8s.io/controller-runtime/pkg/webhook/admission".Decoder is pointer to interface, not interface)
|
lint:
controllers/invitation_email_controller.go#L120
cannot use r.rateLimiter() (value of type workqueue.RateLimiter) as workqueue.TypedRateLimiter[reconcile.Request] value in struct literal: workqueue.RateLimiter does not implement workqueue.TypedRateLimiter[reconcile.Request] (wrong type for method Forget)
|
lint:
controllers/invitation_email_controller.go#L120
cannot use r.rateLimiter() (value of type workqueue.RateLimiter) as workqueue.TypedRateLimiter[reconcile.Request] value in struct literal: workqueue.RateLimiter does not implement workqueue.TypedRateLimiter[reconcile.Request] (wrong type for method Forget)
|
lint
v.decoder.Decode undefined (type *admission.Decoder is pointer to interface, not interface)
|
lint
Process completed with exit code 2.
|