# Functions

NewAuthorizationCache creates a new AuthorizationCache.
NewReviewer knows how to make access control reviews for a resource by name.

# Structs

AuthorizationCache maintains a cache on the set of namespaces a user or group can access.

# Interfaces

Lister enforces ability to enumerate a resource based on policy.
Review is a list of users and groups that can access a resource.
Reviewer performs access reviews for a project by name.