linter fixes
All checks were successful
Lint / Run on Ubuntu (push) Successful in 21s
Tests / Run on Ubuntu (push) Successful in 26s
Lint / Run on Ubuntu (pull_request) Successful in 20s
Tests / Run on Ubuntu (pull_request) Successful in 50s

This commit is contained in:
2025-05-01 19:39:58 +05:00
parent 23b333c07d
commit 2f05069e01
2 changed files with 17 additions and 9 deletions

View File

@@ -204,8 +204,8 @@ func main() {
}
if err = (&controller.NodeTainterConfigReconciler{
Client: mgr.GetClient(),
Scheme: mgr.GetScheme(),
Client: mgr.GetClient(),
Scheme: mgr.GetScheme(),
Recorder: mgr.GetEventRecorderFor("nodetainter-controller"),
}).SetupWithManager(mgr); err != nil {
setupLog.Error(err, "unable to create controller", "controller", "NodeTainterConfig")