# Packages
No description provided by the author
# Functions
GetMapKeyAsBool searches the map for the given key and parses the key as bool.
GetMapKeyAsInt tries to find and parse a key in a map as int64.
GetMapKeyAsStringSlice tries to find and parse a key in the map as string slice splitting it on delimiter.
NewConfigurator creates a new Configurator.
NewDefaultConfig creates a Config with default values.
NewNginxController creates a NGINX controller.
NewUpstreamWithDefaultServer creates an upstream with the default server.
# Structs
Config holds NGINX configuration parameters.
Configurator transforms an Ingress resource into NGINX Configuration.
IngressEx holds an Ingress along with Secrets and Endpoints of the services that are referenced in this Ingress.
IngressNginxConfig describes an NGINX configuration.
Location describes an NGINX location.
NginxController Updates NGINX configuration, starts and reloads NGINX.
NginxMainConfig describe the main NGINX configuration file.
Server describes an NGINX server.
Upstream describes an NGINX upstream.
UpstreamServer describes a server in an NGINX upstream.