# Packages
No description provided by the author
# Functions
NewAuditLogger creates a AuditLogger with default parameters.
NewAuthorizer creates a local repository authorizer and returns it.
NewPolicyManager initializes a new PolicyManager for given apimachinery api client.
# Structs
AuditLogger outputs and cache information about granting or rejecting policies.
Authorizer implement the authorize interface that use local repository to authorize the subject access review.
PolicyManager is a mysql implementation for Manager to store policies persistently.
# Interfaces
AuthorizationInterface defiens the CURD method for lady policy.