Documentation ¶
Index ¶
Constants ¶
View Source
const ( VariablesKey = "variables" ObjectKey = "object" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Compiler ¶
type Compiler interface {
Compile(v1alpha1.AuthorizationPolicy) (PolicyFunc, error)
}
func NewCompiler ¶
func NewCompiler() Compiler
type PolicyFunc ¶
type PolicyFunc func(*authv3.CheckRequest) (*authv3.CheckResponse, error)
Click to show internal directories.
Click to hide internal directories.