# Functions
NewProxyConfig - returns a new proxy config given a proxy config map.
ReadConfig - uses viper to read the config from the config map.
# Constants
Constants for the proxy configuration Linked :- In linked mode, proxy simply forwards, will be obsolete
all the request to one of the configured primary or backup unispheres based on a fail-over mechanism which is triggered automatically, in case one of the unispheres go down.
Constants for the proxy configuration Linked :- In linked mode, proxy simply forwards, will be obsolete
all the request to one of the configured primary or backup unispheres based on a fail-over mechanism which is triggered automatically, in case one of the unispheres go down.
# Structs
LinkConfig - represents linked proxy configuration in the config file.
LinkedProxyConfig - represents a configuration of the Linked Proxy (formed using LinkConfig).
ManagementServer - represents a Management Server (formed using ManagementServerConfig).
ManagementServerConfig - represents a management server configuration for the management server.
ProxyConfig - represents the configuration of Proxy (formed using ProxyConfigMap).
ProxyConfigMap - represents the configuration file.
ProxyCredentialSecret is used for storing a credential for a secret.
ProxyUser - used for storing a proxy user and list of associated storage array identifiers.
StandAloneConfig - represents stand alone proxy configuration in the config file.
StandAloneProxyConfig - represents Stand Alone Proxy Config (formed using StandAloneConfig).
StorageArray represents a StorageArray (formed using StorageArrayConfig).
StorageArrayConfig represents the configuration of a storage array in the config file.
StorageArrayServer represents an array with its primary and backup management server.
# Type aliases
ProxyMode represents the mode the proxy is operating in.