Documentation ¶
Index ¶
- type ActionFunc
- type DeploymentBackupCleanupCommand
- type DeploymentBackupCommand
- type DeploymentExecutable
- type DeploymentPreBackupCheck
- type DeploymentRestoreCleanupCommand
- type DeploymentRestoreCommand
- type DirectorBackupCleanupCommand
- type DirectorBackupCommand
- type DirectorPreBackupCheckCommand
- type DirectorRestoreCleanupCommand
- type DirectorRestoreCommand
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActionFunc ¶
type ActionFunc func(string) orchestrator.Error
type DeploymentBackupCleanupCommand ¶
type DeploymentBackupCleanupCommand struct { }
func NewDeploymentBackupCleanupCommand ¶
func NewDeploymentBackupCleanupCommand() DeploymentBackupCleanupCommand
func (DeploymentBackupCleanupCommand) Action ¶
func (d DeploymentBackupCleanupCommand) Action(c *cli.Context) error
func (DeploymentBackupCleanupCommand) Cli ¶
func (d DeploymentBackupCleanupCommand) Cli() cli.Command
type DeploymentBackupCommand ¶
type DeploymentBackupCommand struct { }
func NewDeploymentBackupCommand ¶
func NewDeploymentBackupCommand() DeploymentBackupCommand
func (DeploymentBackupCommand) Action ¶
func (d DeploymentBackupCommand) Action(c *cli.Context) error
func (DeploymentBackupCommand) Cli ¶
func (d DeploymentBackupCommand) Cli() cli.Command
type DeploymentExecutable ¶
type DeploymentExecutable struct {
// contains filtered or unexported fields
}
func NewDeploymentExecutable ¶
func NewDeploymentExecutable(action ActionFunc, name string) DeploymentExecutable
func (DeploymentExecutable) Execute ¶
func (d DeploymentExecutable) Execute() deployment.DeploymentError
type DeploymentPreBackupCheck ¶
type DeploymentPreBackupCheck struct{}
func NewDeploymentPreBackupCheckCommand ¶
func NewDeploymentPreBackupCheckCommand() DeploymentPreBackupCheck
func (DeploymentPreBackupCheck) Action ¶
func (d DeploymentPreBackupCheck) Action(c *cli.Context) error
func (DeploymentPreBackupCheck) Cli ¶
func (d DeploymentPreBackupCheck) Cli() cli.Command
type DeploymentRestoreCleanupCommand ¶
type DeploymentRestoreCleanupCommand struct { }
func NewDeploymentRestoreCleanupCommand ¶
func NewDeploymentRestoreCleanupCommand() DeploymentRestoreCleanupCommand
func (DeploymentRestoreCleanupCommand) Action ¶
func (d DeploymentRestoreCleanupCommand) Action(c *cli.Context) error
func (DeploymentRestoreCleanupCommand) Cli ¶
func (d DeploymentRestoreCleanupCommand) Cli() cli.Command
type DeploymentRestoreCommand ¶
type DeploymentRestoreCommand struct { }
func NewDeploymentRestoreCommand ¶
func NewDeploymentRestoreCommand() DeploymentRestoreCommand
func (DeploymentRestoreCommand) Action ¶
func (d DeploymentRestoreCommand) Action(c *cli.Context) error
func (DeploymentRestoreCommand) Cli ¶
func (d DeploymentRestoreCommand) Cli() cli.Command
type DirectorBackupCleanupCommand ¶
type DirectorBackupCleanupCommand struct { }
func NewDirectorBackupCleanupCommand ¶
func NewDirectorBackupCleanupCommand() DirectorBackupCleanupCommand
func (DirectorBackupCleanupCommand) Action ¶
func (d DirectorBackupCleanupCommand) Action(c *cli.Context) error
func (DirectorBackupCleanupCommand) Cli ¶
func (d DirectorBackupCleanupCommand) Cli() cli.Command
type DirectorBackupCommand ¶
type DirectorBackupCommand struct { }
func NewDirectorBackupCommand ¶
func NewDirectorBackupCommand() DirectorBackupCommand
func (DirectorBackupCommand) Action ¶
func (checkCommand DirectorBackupCommand) Action(c *cli.Context) error
func (DirectorBackupCommand) Cli ¶
func (checkCommand DirectorBackupCommand) Cli() cli.Command
type DirectorPreBackupCheckCommand ¶
type DirectorPreBackupCheckCommand struct { }
func NewDirectorPreBackupCheckCommand ¶
func NewDirectorPreBackupCheckCommand() DirectorPreBackupCheckCommand
func (DirectorPreBackupCheckCommand) Action ¶
func (checkCommand DirectorPreBackupCheckCommand) Action(c *cli.Context) error
func (DirectorPreBackupCheckCommand) Cli ¶
func (checkCommand DirectorPreBackupCheckCommand) Cli() cli.Command
type DirectorRestoreCleanupCommand ¶
type DirectorRestoreCleanupCommand struct { }
func NewDirectorRestoreCleanupCommand ¶
func NewDirectorRestoreCleanupCommand() DirectorRestoreCleanupCommand
func (DirectorRestoreCleanupCommand) Action ¶
func (d DirectorRestoreCleanupCommand) Action(c *cli.Context) error
func (DirectorRestoreCleanupCommand) Cli ¶
func (d DirectorRestoreCleanupCommand) Cli() cli.Command
type DirectorRestoreCommand ¶
type DirectorRestoreCommand struct { }
func NewDirectorRestoreCommand ¶
func NewDirectorRestoreCommand() DirectorRestoreCommand
func (DirectorRestoreCommand) Action ¶
func (cmd DirectorRestoreCommand) Action(c *cli.Context) error
func (DirectorRestoreCommand) Cli ¶
func (cmd DirectorRestoreCommand) Cli() cli.Command
Source Files ¶
Click to show internal directories.
Click to hide internal directories.