Skip to content

fix(deps): update module sigs.k8s.io/controller-runtime to v0.19.4 #216

fix(deps): update module sigs.k8s.io/controller-runtime to v0.19.4

fix(deps): update module sigs.k8s.io/controller-runtime to v0.19.4 #216

Triggered via pull request December 22, 2024 17:25
Status Failure
Total duration 1m 17s
Artifacts

build.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
build: pkg/controller/node/node_controller.go#L47
cannot use &nodeEnqueue{} (value of type *nodeEnqueue) as handler.TypedEventHandler[client.Object, reconcile.Request] value in variable declaration: *nodeEnqueue does not implement handler.TypedEventHandler[client.Object, reconcile.Request] (wrong type for method Create)
build: pkg/controller/node/node_controller.go#L73
cannot use &podEnqueue{} (value of type *podEnqueue) as handler.TypedEventHandler[client.Object, reconcile.Request] value in variable declaration: *podEnqueue does not implement handler.TypedEventHandler[client.Object, reconcile.Request] (wrong type for method Create)
build: pkg/controller/node/node_controller.go#L148
not enough arguments in call to source.Kind
build: pkg/controller/node/node_controller.go#L148
too many arguments in call to c.Watch
build: pkg/controller/node/node_controller.go#L153
not enough arguments in call to source.Kind
build: pkg/controller/node/node_controller.go#L153
too many arguments in call to c.Watch
build
Process completed with exit code 1.
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636