Documentation
¶
Overview ¶
Package reset contains the logic to reset a cluster back to maintenance mode
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
// Ask for user input before resetting
Confirm bool
// Whether to perform a full wipe of the installation disk. If false, only
// STATE and EPHEMERAL partitions are wiped.
Full bool
Graceful bool
Shutdown bool
}
Options contains the options for the reset execution
Click to show internal directories.
Click to hide internal directories.