fix(deps): update kubernetes packages to v0.32.0 #1249
Annotations
10 errors and 1 warning
Lint:
pkg/controllers/endpointmonitor_controller.go#L74
r.Get undefined (type *EndpointMonitorReconciler has no field or method Get) (typecheck)
|
Lint:
main.go#L29
could not import sigs.k8s.io/controller-runtime/pkg/cache (-: # sigs.k8s.io/controller-runtime/pkg/cache
|
Lint
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)
|
Lint
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)
|
Lint:
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
|
Lint
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)
|
Lint
cannot range over 3 (untyped int constant) (typecheck)
|
Lint
t.UTC undefined (type MicroTime has no field or method UTC) (typecheck)
|
Lint
t.UTC undefined (type MicroTime has no field or method UTC) (typecheck)
|
Lint
t.UTC undefined (type MicroTime has no field or method UTC) (typecheck)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading