1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-07 00:17:13 +00:00
kyverno/pkg/cel/exception/exception.go
Mariam Fahmy 202ab74ff5
feat: compile CEL exceptions (#12066)
Signed-off-by: Mariam Fahmy <mariam.fahmy@nirmata.com>
2025-02-03 17:17:41 +02:00

9 lines
128 B
Go

package exception
import (
"github.com/google/cel-go/cel"
)
type CompiledException struct {
matchConditions []cel.Program
}