Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdStepRestore ¶
func NewCmdStepRestore(commonOpts *opts.CommonOptions) *cobra.Command
NewCmdStepRestore performs the command setup
func NewCmdStepRestoreFromBackup ¶
func NewCmdStepRestoreFromBackup(commonOpts *opts.CommonOptions) *cobra.Command
NewCmdStepRestoreFromBackup creates the command
Types ¶
type FromBackupOptions ¶
type FromBackupOptions struct { *StepRestoreOptions Namespace string UseLatestBackup bool }
FromBackupOptions contains the command line options
type StepRestoreOptions ¶
type StepRestoreOptions struct {
step.StepOptions
}
StepRestoreOptions contains the command line flags
func (*StepRestoreOptions) Run ¶
func (o *StepRestoreOptions) Run() error
Run implements this command
Click to show internal directories.
Click to hide internal directories.