Skip to content

[go] Bump sigs.k8s.io/controller-runtime from 0.14.1 to 0.16.3 #547

[go] Bump sigs.k8s.io/controller-runtime from 0.14.1 to 0.16.3

[go] Bump sigs.k8s.io/controller-runtime from 0.14.1 to 0.16.3 #547

Triggered via pull request December 21, 2023 15:41
Status Failure
Total duration 1m 36s
Artifacts

integration.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test: controllers/atlasmigration_controller.go#L188
source.Kind (value of type func(cache "sigs.k8s.io/controller-runtime/pkg/cache".Cache, object client.Object) source.SyncingSource) is not a type
test: controllers/atlasmigration_controller.go#L188
cannot use r.secretWatcher (variable of type *"github.com/ariga/atlas-operator/controllers/watch".ResourceWatcher) as handler.EventHandler value in argument to ctrl.NewControllerManagedBy(mgr).For(&dbv1alpha1.AtlasMigration{}, builder.WithPredicates(predicate.GenerationChangedPredicate{})).Owns(&dbv1alpha1.AtlasMigration{}).Watches: *"github.com/ariga/atlas-operator/controllers/watch".ResourceWatcher does not implement handler.EventHandler (wrong type for method Create)
test: controllers/atlasmigration_controller.go#L189
source.Kind (value of type func(cache "sigs.k8s.io/controller-runtime/pkg/cache".Cache, object client.Object) source.SyncingSource) is not a type
test: controllers/atlasmigration_controller.go#L189
cannot use r.configMapWatcher (variable of type *"github.com/ariga/atlas-operator/controllers/watch".ResourceWatcher) as handler.EventHandler value in argument to ctrl.NewControllerManagedBy(mgr).For(&dbv1alpha1.AtlasMigration{}, builder.WithPredicates(predicate.GenerationChangedPredicate{})).Owns(&dbv1alpha1.AtlasMigration{}).Watches(&source.Kind{…}, r.secretWatcher).Watches: *"github.com/ariga/atlas-operator/controllers/watch".ResourceWatcher does not implement handler.EventHandler (wrong type for method Create)
test: controllers/atlasschema_controller.go#L226
source.Kind (value of type func(cache "sigs.k8s.io/controller-runtime/pkg/cache".Cache, object client.Object) source.SyncingSource) is not a type
test: controllers/atlasschema_controller.go#L226
cannot use r.configMapWatcher (variable of type *"github.com/ariga/atlas-operator/controllers/watch".ResourceWatcher) as handler.EventHandler value in argument to ctrl.NewControllerManagedBy(mgr).For(&dbv1alpha1.AtlasSchema{}, builder.WithPredicates(predicate.GenerationChangedPredicate{})).Owns(&dbv1alpha1.AtlasSchema{}).Watches: *"github.com/ariga/atlas-operator/controllers/watch".ResourceWatcher does not implement handler.EventHandler (wrong type for method Create)
test: controllers/atlasschema_controller.go#L227
source.Kind (value of type func(cache "sigs.k8s.io/controller-runtime/pkg/cache".Cache, object client.Object) source.SyncingSource) is not a type
test: controllers/atlasschema_controller.go#L227
cannot use r.secretWatcher (variable of type *"github.com/ariga/atlas-operator/controllers/watch".ResourceWatcher) as handler.EventHandler value in argument to ctrl.NewControllerManagedBy(mgr).For(&dbv1alpha1.AtlasSchema{}, builder.WithPredicates(predicate.GenerationChangedPredicate{})).Owns(&dbv1alpha1.AtlasSchema{}).Watches(&source.Kind{…}, r.configMapWatcher).Watches: *"github.com/ariga/atlas-operator/controllers/watch".ResourceWatcher does not implement handler.EventHandler (wrong type for method Create)
test: controllers/watch/watch_test.go#L58
cannot use queue (variable of type controllertest.Queue) as workqueue.RateLimitingInterface value in argument to watcher.Create: controllertest.Queue does not implement workqueue.RateLimitingInterface (method AddAfter has pointer receiver)
test: controllers/watch/watch_test.go#L72
cannot use queue (variable of type controllertest.Queue) as workqueue.RateLimitingInterface value in argument to watcher.Create: controllertest.Queue does not implement workqueue.RateLimitingInterface (method AddAfter has pointer receiver)