Documentation
¶
Index ¶
- func NewCmdBackup() *cobra.Command
- func NewCmdChangeIP() *cobra.Command
- func NewCmdCheckDownload() *cobra.Command
- func NewCmdCurrentVersionUpgradeSpec() *cobra.Command
- func NewCmdDownload() *cobra.Command
- func NewCmdDownloadWizard() *cobra.Command
- func NewCmdInstallOs() *cobra.Command
- func NewCmdInstallStorage() *cobra.Command
- func NewCmdLogs() *cobra.Command
- func NewCmdPrecheck() *cobra.Command
- func NewCmdPrepare() *cobra.Command
- func NewCmdPrintInfo() *cobra.Command
- func NewCmdRelease() *cobra.Command
- func NewCmdRootDownload() *cobra.Command
- func NewCmdStart() *cobra.Command
- func NewCmdStop() *cobra.Command
- func NewCmdUninstallOs() *cobra.Command
- func NewCmdUpgradeOs() *cobra.Command
- func NewCmdUpgradePrecheck() *cobra.Command
- func NewCmdUpgradeViable() *cobra.Command
- func NewOSCommands() []*cobra.Command
- type LogCollectOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdBackup ¶
func NewCmdChangeIP ¶
func NewCmdCheckDownload ¶
func NewCmdDownload ¶
func NewCmdDownloadWizard ¶
func NewCmdInstallOs ¶
func NewCmdInstallStorage ¶
func NewCmdLogs ¶
func NewCmdPrecheck ¶
func NewCmdPrepare ¶
func NewCmdPrintInfo ¶
func NewCmdRelease ¶
func NewCmdRootDownload ¶
func NewCmdStart ¶
func NewCmdStop ¶
func NewCmdUninstallOs ¶
func NewCmdUpgradeOs ¶
func NewCmdUpgradePrecheck ¶
func NewCmdUpgradeViable ¶
func NewOSCommands ¶
Types ¶
type LogCollectOptions ¶
type LogCollectOptions struct {
// Time duration to collect logs for (empty means all available logs)
Since string
// Maximum number of lines to collect per log source
MaxLines int
// Output directory for collected logs
OutputDir string
// Components to collect logs from (empty means all)
Components []string
// Whether to ignore errors from kubectl commands
IgnoreKubeErrors bool
// Skip retrieving logs from kube-apiserver
SkipKubeAPISserver bool
}
LogCollectOptions holds options for collecting logs
Click to show internal directories.
Click to hide internal directories.