# Functions

NewKongController creates a new Ingress controller.

# Constants

ConfigurationEvent event associated when a configuration object is created or updated.
CreateEvent event associated with new objects in an informer.
DeleteEvent event associated when an object is removed from an informer.
UpdateEvent event associated with an object update in an informer.

# Structs

Configuration contains all the settings required by an Ingress controller.
EndpointsEventHandler handles create, update and delete events for endpoint resources in k8s.
Event holds the context of an event.
KongController ...
ResourceEventHandler is "ingress.class" aware resource handler.

# Type aliases

EventType type of event associated with an informer.