Documentation ¶
Overview ¶
Package manager is the main coordinator for the ONOS configuration subsystem.
Index ¶
Constants ¶
View Source
const OIDCServerURL = "OIDC_SERVER_URL"
OIDCServerURL - address of an OpenID Connect server
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v0.10.8
type Config struct { CAPath string KeyPath string CertPath string GRPCPort int TopoAddress string Plugins []string }
Config is a manager configuration
type Manager ¶
type Manager struct { Config Config // contains filtered or unexported fields }
Manager single point of entry for the config system.
func NewManager ¶
NewManager initializes the network config manager subsystem.
Click to show internal directories.
Click to hide internal directories.