1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-05 15:37:19 +00:00
kyverno/pkg/controllers/exceptions/log.go
Charles-Edouard Brétéché c241cfce44
fix: polex matching code (#9955)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
2024-04-03 18:56:48 +00:00

5 lines
115 B
Go

package exceptions
import "github.com/kyverno/kyverno/pkg/logging"
var logger = logging.WithName(ControllerName)