Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reboot ¶
type Reboot struct {
// contains filtered or unexported fields
}
Reboot implements the ExecuteReboot command which will reboot a machine once all containers have shut down, or a timeout is reached
func NewRebootWaiter ¶
func (*Reboot) ExecuteReboot ¶
func (r *Reboot) ExecuteReboot(action params.RebootAction) error
ExecuteReboot will wait for all running containers to stop, and then execute a shutdown or a reboot (based on the action param)
Click to show internal directories.
Click to hide internal directories.