Versions in this module Expand all Collapse all v2 v2.0.0 Apr 23, 2023 Changes in this version + func Execute() + func NewDebugCommand(logger logr.Logger, debugs map[string]debug.Debug) (*cobra.Command, error) + func NewLogsCmd() (*cobra.Command, error) + func NewPhysicalMachineCommand() (*cobra.Command, error) + func NewRecoverCommand(logger logr.Logger, builders map[string]recover.RecovererBuilder) (*cobra.Command, error) + type Component string + const Daemon + const Dashboard + const DnsServer + const Manager + type DebugOptions struct + func (o *DebugOptions) List(debugger debug.Debugger) ([]string, cobra.ShellCompDirective) + func (o *DebugOptions) Run(debugger debug.Debugger, args []string) error + type RecoverOptions struct + func (o *RecoverOptions) List(client *ctrlclient.CtrlClient) ([]string, cobra.ShellCompDirective) + func (o *RecoverOptions) Run(recover recover.Recoverer, client *ctrlclient.CtrlClient, args []string) error