Documentation
¶
Overview ¶
Package api provides the REST API endpoints.
Package api provides the REST API endpoints.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Servers = map[string]rest.Server{ "sunbeam": { CoreAPI: true, ServeUnix: true, Resources: []rest.Resources{ { PathPrefix: types.ExtendedPathPrefix, Endpoints: []rest.Endpoint{ nodesCmd, nodeCmd, terraformStateListCmd, terraformStateCmd, terraformLockListCmd, terraformLockCmd, terraformUnlockCmd, jujuusersCmd, jujuuserCmd, configCmd, manifestsCmd, manifestCmd, statusCmd, }, }, { PathPrefix: types.LocalPathPrefix, Endpoints: []rest.Endpoint{ certPair, }, }, }, }, }
Servers is a global list of all API servers on the /1.0 endpoint of microcluster.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.