chore(deps): update kubernetes packages (minor) #1001
Annotations
4 errors
golangci-lint:
cmd/greenhouse/controllers.go#L14
could not import github.com/cloudoperators/greenhouse/pkg/controllers/plugin (-: # github.com/cloudoperators/greenhouse/pkg/controllers/plugin
|
golangci-lint:
pkg/controllers/plugin/helm_controller.go#L80
cannot use workqueue.NewMaxOfRateLimiter(workqueue.NewItemExponentialFailureRateLimiter(30 * time.Second, 1 * time.Hour), &workqueue.BucketRateLimiter{…}) (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)
|
golangci-lint:
pkg/controllers/plugin/helm_controller.go#L80
cannot use workqueue.NewMaxOfRateLimiter(workqueue.NewItemExponentialFailureRateLimiter(30 * time.Second, 1 * time.Hour), &workqueue.BucketRateLimiter{…}) (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)
|
golangci-lint
Process completed with exit code 2.
|
Loading