# Packages
No description provided by the author
# Functions
IsDefaultDeny returns true if the error is defaultDeny.
LoadConfiguration loads the provided configuration.
NewQuotaEvaluator configures an admission controller that can enforce quota constraints using the provided registry.
NewResourceQuota configures an admission controller that can enforce quota constraints using the provided registry.
Register registers a plugin.
# Interfaces
Evaluator is used to see if quota constraints are satisfied.
QuotaAccessor abstracts the get/set logic from the rest of the Evaluator.