Documentation
¶
Overview ¶
Package api provides a slice of Servers
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Servers = map[string]rest.Server{ "extended": { CoreAPI: true, ServeUnix: true, Resources: []rest.Resources{ { PathPrefix: types.ExtendedPathPrefix, Endpoints: []rest.Endpoint{ extendedCmd, }, }, }, }, }
Servers represents the list of listeners that the daemon will start Each Server has pre-defined endpoints that will be added to the listener If the Server is marked as CoreAPI, its endpoints will be added to the core listener of Microcluster.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.