# Constants

AdmissionControllerName is the name admission controller.
NamespaceCacheKey is the cache key.

# Variables

FilterAdmission indicates you want to see the admission.
FilterAll indicates you want to recieved all registered objects.
FilterDeployments indicates you want to see the deployments.
FilterIngresses indicates you want to see pods.
FilterNamespace is a Namespace.
FilterNetworkPolicy indicates a network policy.
FilterPods indicates you want to see pods.
FilterReplicaSet indicates replicasets.
FilterReplicationControllers indicates we listen to rc.
FilterServices indicates we are looking at services.
FilterStatefulSet indicates are filter on statefulset.

# Structs

Context is context of the request.
Event is a denial event.
Filter defines what the authorizer is looking to filter on, or listen to.

# Interfaces

Authorize is the interface for a authorizer.
Sink is the implementation for a events consumer.