# Functions
GetDefaultSettings returns settings structure, that should be used if there are no global or local settings overriding them.
GetDefaultSettingsConfigMap returns config map with default settings.
Unmarshal settings from JSON string into object.
# Constants
ConcurrentSettingsChangeError occurs during settings save if settings were modified concurrently.
ConfigMapAPIVersion is a API version of config map.
ConfigMapKindName is a name of config map kind.
GlobalSettingsKey is a settings map key which maps to current global settings.
SettingsConfigMapName contains a name of config map, that stores settings.
SettingsConfigMapNamespace contains a namespace of config map, that stores settings.
# Interfaces
SettingsManager is used for user settings management.