# Functions

New creates a new object store to be used in the ingress controller.
NewObjectRefMap returns a new ObjectRefMap.
NewSSLCertTracker creates a new SSLCertTracker store.

# 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

EndpointLister makes a Store that lists Endpoints.
Event holds the context of an event.
Informer defines the required SharedIndexInformers that interact with the API server.
IngressAnnotationsLister makes a Store that lists annotations in Ingress rules.
IngressLister makes a Store that lists Ingress.
Lister returns the stores for ingresses, services, endpoints and secrets.
SecretLister makes a Store that lists Secrets.
ServiceLister makes a Store that lists Services.
SSLCertTracker holds a store of referenced Secrets in Ingress rules.

# Interfaces

ObjectRefMap is a map of references from object(s) to object (1:n).
Storer is the interface that wraps the required methods to gather information about ingresses, services, secrets and ingress annotations.

# Type aliases

EventType type of event associated with an informer.