[WIP] Road to version 9.0: update to go 1.21 and operator-sdk 1.35 #407
auto-tests-e2e.yaml
on: pull_request
Annotations
10 errors
E2E Verify code before tests:
internal/controller/handler.go#L84
not enough arguments in call to e.handler.Create
|
E2E Verify code before tests:
internal/controller/handler.go#L92
not enough arguments in call to e.handler.Update
|
E2E Verify code before tests:
internal/controller/handler.go#L97
not enough arguments in call to e.handler.Delete
|
E2E Verify code before tests:
internal/controller/handler.go#L101
not enough arguments in call to e.handler.Generic
|
E2E Verify code before tests:
internal/controller/jenkins_controller.go#L82
source.Kind (value of type func(cache "sigs.k8s.io/controller-runtime/pkg/cache".Cache, object "sigs.k8s.io/controller-runtime/pkg/client".Object) source.SyncingSource) is not a type
|
E2E Verify code before tests:
internal/controller/jenkins_controller.go#L83
source.Kind (value of type func(cache "sigs.k8s.io/controller-runtime/pkg/cache".Cache, object "sigs.k8s.io/controller-runtime/pkg/client".Object) source.SyncingSource) is not a type
|
E2E Verify code before tests:
internal/controller/jenkins_controller.go#L90
cannot use jenkinsHandler (variable of type *enqueueRequestForJenkins) as handler.EventHandler value in argument to ctrl.NewControllerManagedBy(mgr).For(&v1alpha2.Jenkins{}).Owns(&corev1.Pod{}).Owns(&corev1.Secret{}).Owns(&corev1.ConfigMap{}).Watches: *enqueueRequestForJenkins does not implement handler.EventHandler (wrong type for method Create)
|
E2E Verify code before tests:
internal/controller/jenkins_controller.go#L91
cannot use jenkinsHandler (variable of type *enqueueRequestForJenkins) as handler.EventHandler value in argument to ctrl.NewControllerManagedBy(mgr).For(&v1alpha2.Jenkins{}).Owns(&corev1.Pod{}).Owns(&corev1.Secret{}).Owns(&corev1.ConfigMap{}).Watches(secretResource, jenkinsHandler).Watches: *enqueueRequestForJenkins does not implement handler.EventHandler (wrong type for method Create)
|
E2E Verify code before tests:
internal/controller/jenkins_controller.go#L92
source.Kind (value of type func(cache "sigs.k8s.io/controller-runtime/pkg/cache".Cache, object "sigs.k8s.io/controller-runtime/pkg/client".Object) source.SyncingSource) is not a type
|
E2E Verify code before tests:
internal/controller/jenkins_controller.go#L92
cannot use &decorator (value of type *jenkinsDecorator) as handler.EventHandler value in argument to ctrl.NewControllerManagedBy(mgr).For(&v1alpha2.Jenkins{}).Owns(&corev1.Pod{}).Owns(&corev1.Secret{}).Owns(&corev1.ConfigMap{}).Watches(secretResource, jenkinsHandler).Watches(configMapResource, jenkinsHandler).Watches: *jenkinsDecorator does not implement handler.EventHandler (wrong type for method Create)
|