Documentation ¶
Index ¶
- Constants
- type Agent
- type AgentApi
- func (api *AgentApi) Init(request *restful.Request, response *restful.Response)
- func (api *AgentApi) JanitorEventHandler(request *restful.Request, response *restful.Response)
- func (api *AgentApi) Register(container *restful.Container)
- func (api *AgentApi) ResolverEventHandler(request *restful.Request, response *restful.Response)
Constants ¶
View Source
const JoinRetryInterval = 5
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Agent ¶
type Agent struct { CancelFunc context.CancelFunc NodeInfo types.Node JoinAddrs []string Config config.AgentConfig // contains filtered or unexported fields }
func (*Agent) JoinAndStart ¶ added in v0.1.7
func (*Agent) JoinToCluster ¶ added in v0.1.7
Click to show internal directories.
Click to hide internal directories.