moby/libnetwork/config
Cory Snider 142b522946 libnetwork/config: remove vestiges of global scope
Without (*Controller).ReloadConfiguration, the only way to configure
datastore scopes would be by passing config.Options to libnetwork.New.
The only options defined which relate to datastore scopes are limited to
configuring the local-scope datastore. Furthermore, the default
datastore config only defines configuration for the local-scope
datastore. The local-scope datastore is therefore the only datastore
scope possible in libnetwork. Start removing code which is only
needed to support multiple datastore scopes.

Signed-off-by: Cory Snider <csnider@mirantis.com>
2023-01-26 17:56:29 -05:00
..
config.go libnetwork/config: remove vestiges of global scope 2023-01-26 17:56:29 -05:00
config_test.go libnetwork/config: merge DaemonCfg into Config 2022-09-26 12:05:37 +02:00