Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RebootAPI ¶
type RebootAPI struct { *common.RebootActionGetter // The ability for a machine to reboot itself is not yet used. // It will be used for situations like container support in Windows // Where installing the hyper-v role will require a reboot. *common.RebootRequester *common.RebootFlagClearer // contains filtered or unexported fields }
RebootAPI provides access to the Upgrader API facade.
func NewRebootAPI ¶
func NewRebootAPI(st *state.State, resources facade.Resources, auth facade.Authorizer) (*RebootAPI, error)
NewRebootAPI creates a new server-side RebootAPI facade.
func (*RebootAPI) WatchForRebootEvent ¶
func (r *RebootAPI) WatchForRebootEvent() (params.NotifyWatchResult, error)
WatchForRebootEvent starts a watcher to track if there is a new reboot request on the machines ID or any of its parents (in case we are a container).
Click to show internal directories.
Click to hide internal directories.