# Functions
NewFakeManager creates a FakeManager.
NewLocalManager creates a LocalManager.
# Constants
HtpasswdSecretFileMode defines the default filemode for HTTP basic auth user files.
JWKSecretFileMode defines the default filemode for files with JWK Secrets.
ReloadForEndpointsUpdate means that is caused by an endpoints update.
ReloadForOtherUpdate means that a reload is caused by an update for a resource(s) other than endpoints.
TLSSecretFileMode defines the default filemode for files with TLS Secrets.
# Structs
FakeManager provides a fake implementation of the Manager interface.
LocalManager updates NGINX configuration, starts, reloads and quits NGINX, updates NGINX Plus upstream servers.
ServerConfig holds the config data for an upstream server in NGINX Plus.
# Interfaces
The Manager interface updates NGINX configuration, starts, reloads and quits NGINX, updates NGINX Plus upstream servers.