Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Compiler ¶
type Compiler[POLICY any] interface { Compile(*vpol.ValidatingPolicy) (POLICY, field.ErrorList) }
type EnvoyPolicy ¶
type EnvoyPolicy = policy.Policy[dynamic.Interface, *authv3.CheckRequest, *authv3.CheckResponse]
type EnvoySource ¶
type EnvoySource = core.Source[EnvoyPolicy]
type HTTPPolicy ¶
type HTTPPolicy = policy.Policy[dynamic.Interface, *http.CheckRequest, *http.CheckResponse]
type HTTPSource ¶
type HTTPSource = core.Source[HTTPPolicy]
Click to show internal directories.
Click to hide internal directories.