# Functions
NewValidator creates a new Validator.
# Structs
ActualStateUpdater represents config for actual state updater background process that periodically refreshes actual state (e.g.
API represents configs for the API used in both client and server.
Client is the aptomictl config representation.
ClientAuth represents client auth configs.
DB represents configs for DB.
DesiredStateEnforcer represents config for desired state enforcer background process that periodically gets latest policy, calculating difference between it and actual state and then applying calculated actions.
Helm represents configs for Helm code plugin.
HTTP is the config for low level HTTP client.
K8s represents config for Kubernetes cluster plugin.
K8sRaw represents config for Kubernetes Raw code plugin.
LDAP contains configuration for LDAP sync service (host, port, DN, filter query and mapping of LDAP properties to Aptomi attributes).
Plugins represents configs for all plugins.
Profile represents profiler config.
Server represents configs for the server.
ServerAuth represents server auth config.
UI represents configs for the UI.
UserSources represents configs for the user loaders that could be file and LDAP loaders.
Validator is a custom validator for configs.
# Interfaces
Base is the interface for all configs used in Aptomi (e.g.