Documentation ¶
Overview ¶
Package updater handles requests to update the agent.
Requests are assumed to be two-phase where the phases consist of a 'download' followed by an 'update'. Either of these steps may fail. The agent is responsible for, on download, correctly downloading the referenced file and validating it against the provided checksum. However, the actual 'update' component is handled by signaling a watching process via exit code.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddAgentUpdateHandlers ¶
func AddAgentUpdateHandlers(cs wsclient.ClientServer, cfg *config.Config, saver statemanager.Saver, taskEngine engine.TaskEngine)
AddAgentUpdateHandlers adds the needed update handlers to perform agent updates
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
Package os provides interfaces around the 'os', 'io', and 'ioutil' functions so that may be mocked out appropriately
|
Package os provides interfaces around the 'os', 'io', and 'ioutil' functions so that may be mocked out appropriately |
mock
Package mock_os is a generated GoMock package.
|
Package mock_os is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.