util: address golangci-lint in controller

addressing golangci-lint in the controller
code.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna 2024-04-04 10:56:33 +02:00 committed by mergify[bot]
parent a85b4a9305
commit f6da33b6f7

View File

@ -31,7 +31,7 @@ import (
// The New controllers which gets added, as to implement Add function to get
// started by the manager.
type Manager interface {
Add(manager.Manager, Config) error
Add(mgr manager.Manager, cfg Config) error
}
// Config holds the drivername and namespace name.