mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-15 17:51:20 +00:00
5 lines
111 B
Go
5 lines
111 B
Go
package config
|
|
|
|
import "github.com/kyverno/kyverno/pkg/logging"
|
|
|
|
var logger = logging.WithName(ControllerName)
|