Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Manifold ¶
func Manifold(config ManifoldConfig) dependency.Manifold
Manifold returns a dependency manifold that runs a reboot worker, using the resource names defined in the supplied config.
Types ¶
type ManifoldConfig ¶
type ManifoldConfig struct { AgentName string APICallerName string MachineLockName string Clock clock.Clock }
ManifoldConfig defines the names of the manifolds on which a Manifold will depend.
type Reboot ¶
type Reboot struct {
// contains filtered or unexported fields
}
The reboot worker listens for changes to the reboot flag and exists with worker.ErrRebootMachine if the machine should reboot or with worker.ErrShutdownMachine if it should shutdown. This will be picked up by the machine agent as a fatal error and will do the right thing (reboot or shutdown)
Click to show internal directories.
Click to hide internal directories.