Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterCfg ¶
ClusterCfg represents cluster configuration
type Config ¶
type Config struct {
Daemon DaemonCfg
Cluster ClusterCfg
Datastore DatastoreCfg
}
Config encapsulates configurations of various Libnetwork components
func ParseConfig ¶
ParseConfig parses the libnetwork configuration file
type DaemonCfg ¶
type DaemonCfg struct {
Debug bool
}
DaemonCfg represents libnetwork core configuration
type DatastoreCfg ¶
type DatastoreCfg struct {
Embedded bool
Client DatastoreClientCfg
}
DatastoreCfg represents Datastore configuration.
type DatastoreClientCfg ¶
DatastoreClientCfg represents Datastore Client-only mode configuration
Click to show internal directories.
Click to hide internal directories.