Skip to content

fix(deps): update kubernetes packages to v0.32.1 #1249

fix(deps): update kubernetes packages to v0.32.1

fix(deps): update kubernetes packages to v0.32.1 #1249

Triggered via pull request December 13, 2024 16:00
Status Failure
Total duration 1m 46s
Artifacts

pull_request.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Pull Request: pkg/controllers/endpointmonitor_controller.go#L74
r.Get undefined (type *EndpointMonitorReconciler has no field or method Get) (typecheck)
Pull Request: main.go#L29
could not import sigs.k8s.io/controller-runtime/pkg/cache (-: # sigs.k8s.io/controller-runtime/pkg/cache
Pull Request
cannot use i.Informer (variable of type "k8s.io/client-go/tools/cache".SharedIndexInformer) as Informer value in return statement: "k8s.io/client-go/tools/cache".SharedIndexInformer does not implement Informer (wrong type for method AddEventHandler)
Pull Request
cannot use i.Informer (variable of type "k8s.io/client-go/tools/cache".SharedIndexInformer) as Informer value in return statement: "k8s.io/client-go/tools/cache".SharedIndexInformer does not implement Informer (wrong type for method AddEventHandler)
Pull Request: pkg/kube/wrappers/ingress-wrapper_test.go#L10
could not import sigs.k8s.io/controller-runtime/pkg/client/fake (-: # sigs.k8s.io/controller-runtime/pkg/client/fake
Pull Request
cannot use c.tracker (variable of type versionedTracker) as "k8s.io/client-go/testing".ObjectTracker value in argument to testing.ObjectReaction: versionedTracker does not implement "k8s.io/client-go/testing".ObjectTracker (wrong type for method Create)
Pull Request
cannot range over 3 (untyped int constant) (typecheck)
Pull Request
t.UTC undefined (type MicroTime has no field or method UTC) (typecheck)
Pull Request
t.UTC undefined (type MicroTime has no field or method UTC) (typecheck)
Pull Request
t.UTC undefined (type MicroTime has no field or method UTC) (typecheck)
Pull Request
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636