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.
Click to show internal directories.
Click to hide internal directories.