Documentation ¶
Index ¶
- func Gather() (*types.SysInfo, error)
- type Agent
- func (agent *Agent) IPAMSetIPPool(start, end string) error
- func (agent *Agent) Join() error
- func (agent *Agent) NewHTTPMux() http.Handler
- func (agent *Agent) NewListener() net.Listener
- func (agent *Agent) ServeApi(l net.Listener) error
- func (agent *Agent) ServeProtocol() error
- func (agent *Agent) StartAndJoin() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Agent ¶
type Agent struct {
// contains filtered or unexported fields
}
func New ¶
func New(cfg *config.AgentConfig) *Agent
func (*Agent) IPAMSetIPPool ¶ added in v0.2.1
IPAMSetIPPool called via CLI
func (*Agent) NewHTTPMux ¶ added in v0.2.1
func (*Agent) NewListener ¶ added in v0.2.1
func (*Agent) ServeProtocol ¶ added in v0.2.1
func (*Agent) StartAndJoin ¶
Click to show internal directories.
Click to hide internal directories.