Versions in this module Expand all Collapse all v7 v7.3.3 Apr 22, 2026 v7.3.2 Apr 21, 2026 Changes in this version + var ErrBuildFailed = errors.New("build failed") + var ErrHostModePositionalArgs = errors.New(...) + var ErrNoIPAddress = errors.New("no IP address found for container") + var ErrNodeNotFound = errors.New("node not found") + var ErrNonZeroExitCode = errors.New("container process exited with non-zero code") + var ErrTalosDebugNotSupportedOnWindows = errors.New(...) — windows/amd64 + var ErrUnknownOutputFormat = errors.New("unknown output format") + var ErrUnsupportedHostDebug = errors.New(...) + func NewApplyCmd() *cobra.Command + func NewCreateCmd(_ *di.Runtime) *cobra.Command + func NewDebugCmd() *cobra.Command + func NewDeleteCmd() *cobra.Command + func NewDescribeCmd() *cobra.Command + func NewEditCmd() *cobra.Command + func NewExecCmd() *cobra.Command + func NewExplainCmd() *cobra.Command + func NewExportCmd(_ *di.Runtime) *cobra.Command + func NewExposeCmd() *cobra.Command + func NewGetCmd() *cobra.Command + func NewImagesCmd() *cobra.Command + func NewImportCmd(_ *di.Runtime) *cobra.Command + func NewInstallCmd(_ *di.Runtime) *cobra.Command + func NewLogsCmd() *cobra.Command + func NewPushCmd(_ *di.Runtime) *cobra.Command + func NewReconcileCmd(_ *di.Runtime) *cobra.Command + func NewRolloutCmd() *cobra.Command + func NewScaleCmd() *cobra.Command + func NewValidateCmd() *cobra.Command + func NewWaitCmd() *cobra.Command + func NewWatchCmd() *cobra.Command + func NewWorkloadCmd(runtimeContainer *di.Runtime) *cobra.Command Other modules containing this package github.com/devantler-tech/ksail/v5 github.com/devantler-tech/ksail/v6