mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-07 00:17:13 +00:00
9 lines
128 B
Go
9 lines
128 B
Go
package exception
|
|
|
|
import (
|
|
"github.com/google/cel-go/cel"
|
|
)
|
|
|
|
type CompiledException struct {
|
|
matchConditions []cel.Program
|
|
}
|