Skip to content

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

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

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

Triggered via pull request September 23, 2024 19:37
Status Failure
Total duration 1m 20s
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
The following actions use a deprecated Node.js version and will be forced to run on node20: RyanSiu1995/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/