# Functions
GetPlugins enumerates the names of all registered plugins.
InitPlugin creates an instance of the named interface.
No description provided by the author
NewChainHandler creates a new chain handler from an array of handlers.
NewForbidden is a utility function to return a well-formatted admission control error response.
NewFromPlugins returns an admission.Interface that will enforce admission control decisions of all the given plugins.
NewHandler creates a new base handler that handles the passed in operations.
NewNotFound is a utility function to return a well-formatted admission control error response.
RegisterPlugin registers a plugin Factory by name.
# Structs
Handler is a base for admission control handlers that support a predefined set of operations.
# Interfaces
Attributes is an interface used by AdmissionController to get information about a request that is used to make an admission decision.
Interface is an abstract, pluggable interface for Admission Control decisions.