# Functions
GenerateMapEntry generates a haproxy map entry.
ValidateWhiteList validates a haproxy acl whitelist from an annotation value.
# Constants
HAPROXY_MAX_LINE_ARGS is the maximum number of arguments that haproxy supports on a configuration line.
HAPROXY_MAX_WHITELIST_LENGTH is the maximum number of CIDRs allowed for an "acl whitelist src [<cidr>]*" config line.
# Structs
BackendConfig is the haproxy backend config.
HAProxyMapEntry is a haproxy map entry.