CreatePolicyParser creates a policy parser using the optionally configured parser options.
()
| 95 | CreateEnv() (*cel.Env, error) |
| 96 | // CreatePolicyParser creates a policy parser using the optionally configured parser options. |
| 97 | CreatePolicyParser() (*policy.Parser, error) |
| 98 | // PolicyCompilerOptions returns the policy compiler options. |
| 99 | PolicyCompilerOptions() []policy.CompilerOption |
| 100 | } |