Skip to content

Update module sigs.k8s.io/controller-runtime to v0.15.0 #868

Update module sigs.k8s.io/controller-runtime to v0.15.0

Update module sigs.k8s.io/controller-runtime to v0.15.0 #868

Triggered via push May 23, 2023 13:55
Status Failure
Total duration 5m 6s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

7 errors
lint: api/server.go#L118
SA1019: wait.PollImmediate is deprecated: This method does not return errors from context, use PollWithContextTimeout. Note that the new method will no longer return ErrWaitTimeout and instead return errors defined by the context package. Will be removed in a future release. (staticcheck)
lint: common/schedule.go#L189
SA1019: wait.PollImmediateWithContext is deprecated: This method does not return errors from context, use PollWithContextTimeout. Note that the new method will no longer return ErrWaitTimeout and instead return errors defined by the context package. Will be removed in a future release. (staticcheck)
lint: common/schedule.go#L257
SA1019: wait.PollImmediate is deprecated: This method does not return errors from context, use PollWithContextTimeout. Note that the new method will no longer return ErrWaitTimeout and instead return errors defined by the context package. Will be removed in a future release. (staticcheck)
lint: controllers/node_controller.go#L141
SA1019: wait.PollImmediate is deprecated: This method does not return errors from context, use PollWithContextTimeout. Note that the new method will no longer return ErrWaitTimeout and instead return errors defined by the context package. Will be removed in a future release. (staticcheck)
lint: esx/shutdown.go#L100
SA1019: wait.ErrWaitTimeout is deprecated: This type will be made private in favor of Interrupted() for checking errors or ErrorInterrupted(err) for returning a wrapped error. (staticcheck)
lint: esx/shutdown.go#L133
SA1019: wait.PollWithContext is deprecated: This method does not return errors from context, use PollWithContextTimeout. Note that the new method will no longer return ErrWaitTimeout and instead return errors defined by the context package. Will be removed in a future release. (staticcheck)
lint
issues found