os

package
v0.0.0-...-805068c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 31, 2026 License: AGPL-3.0 Imports: 34 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCmdBackup

func NewCmdBackup() *cobra.Command

func NewCmdChangeIP

func NewCmdChangeIP() *cobra.Command

func NewCmdCheckDownload

func NewCmdCheckDownload() *cobra.Command

func NewCmdCurrentVersionUpgradeSpec

func NewCmdCurrentVersionUpgradeSpec() *cobra.Command

func NewCmdDownload

func NewCmdDownload() *cobra.Command

func NewCmdDownloadWizard

func NewCmdDownloadWizard() *cobra.Command

func NewCmdInstallOs

func NewCmdInstallOs() *cobra.Command

func NewCmdInstallStorage

func NewCmdInstallStorage() *cobra.Command

func NewCmdLogs

func NewCmdLogs() *cobra.Command

func NewCmdPrecheck

func NewCmdPrecheck() *cobra.Command

func NewCmdPrepare

func NewCmdPrepare() *cobra.Command

func NewCmdPrintInfo

func NewCmdPrintInfo() *cobra.Command

func NewCmdRelease

func NewCmdRelease() *cobra.Command

func NewCmdRootDownload

func NewCmdRootDownload() *cobra.Command

func NewCmdStart

func NewCmdStart() *cobra.Command

func NewCmdStop

func NewCmdStop() *cobra.Command

func NewCmdUninstallOs

func NewCmdUninstallOs() *cobra.Command

func NewCmdUpgradeOs

func NewCmdUpgradeOs() *cobra.Command

func NewCmdUpgradePrecheck

func NewCmdUpgradePrecheck() *cobra.Command

func NewCmdUpgradeViable

func NewCmdUpgradeViable() *cobra.Command

func NewOSCommands

func NewOSCommands() []*cobra.Command

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL