1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-11 02:16:53 +00:00
kyverno/pkg/controllers/report/background/log.go

8 lines
168 B
Go
Raw Normal View History

package background
import "github.com/kyverno/kyverno/pkg/logging"
const controllerName = "background-scan-controller"
var logger = logging.WithName(controllerName)