# Functions
NewNSMClient creates the NsmClient.
NewNSMClientList creates a new list of clients.
# Constants
AnnotationEnv - AnnotationEnv is the name of the env varioable to configure Multiple Client List instance.
ConnectionRetry - A number of retries for establish a network service, default == 10.
ConnectTimeout - a default connection timeout.
NamespaceEnv - NamespaceEnv is the namespace a container is running in.
NSMConnectRetries - Specify how many time we could retry to do a connection retrying.
RequestDelay - A delay between attempts, default = 5sec.
# Structs
NsmClient is the NSM client struct.
NsmClientList represents a set of clients.