Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ExtendedEndpoints = &Resources{ Path: client.ExtendedEndpoint, Endpoints: []rest.Endpoint{}, }
ExtendedEndpoints holds all the endpoints added by external usage of MicroCluster.
View Source
var InternalEndpoints = &Resources{ Path: client.InternalEndpoint, Endpoints: []rest.Endpoint{ databaseCmd, clusterCertificatesCmd, sqlCmd, tokenCmd, heartbeatCmd, trustCmd, trustEntryCmd, }, }
InternalEndpoints are the /cluster/internal API endpoints available at the listen address.
View Source
var PublicEndpoints = &Resources{ Path: client.PublicEndpoint, Endpoints: []rest.Endpoint{ api10Cmd, clusterCmd, clusterMemberCmd, tokensCmd, readyCmd, }, }
PublicEndpoints are the /cluster/1.0 API endpoints available without authentication.
View Source
var UnixEndpoints = &Resources{ Path: client.ControlEndpoint, Endpoints: []rest.Endpoint{ controlCmd, shutdownCmd, }, }
UnixEndpoints are the endpoints available over the unix socket.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.