Documentation
¶
Index ¶
- Variables
- func BuildBoshClient(targetUrl, username, password, caCertPathOrValue string, logger boshlog.Logger) (bosh.Client, error)
- func BuildBoshLogger(debug bool) boshlog.Logger
- func BuildDeploymentBackupChecker(boshClient bosh.Client, logger bosh.Logger, withManifest bool) *orchestrator.BackupChecker
- func BuildDeploymentBackupCleanuper(target, username, password, caCert string, hasManifest, hasDebug bool) (*orchestrator.BackupCleaner, error)
- func BuildDeploymentBackuper(target, username, password, caCert string, withManifest, hasDebug bool) (*orchestrator.Backuper, error)
- func BuildDeploymentRestoreCleanuper(target, usename, password, caCert string, withManifest, isDebug bool) (*orchestrator.RestoreCleaner, error)
- func BuildDeploymentRestorer(target, username, password, caCert string, debug bool) (*orchestrator.Restorer, error)
- func BuildDirectorBackupChecker(host, username, privateKeyPath string, hasDebug bool) *orchestrator.BackupChecker
- func BuildDirectorBackupCleaner(host, username, privateKeyPath string, hasDebug bool) *orchestrator.BackupCleaner
- func BuildDirectorBackuper(host, username, privateKeyPath string, hasDebug bool) *orchestrator.Backuper
- func BuildDirectorRestoreCleaner(host, username, privateKeyPath string, hasDebug bool) *orchestrator.RestoreCleaner
- func BuildDirectorRestorer(host, username, privateKeyPath string, hasDebug bool) *orchestrator.Restorer
- func BuildLogger(debug bool) boshlog.Logger
Constants ¶
This section is empty.
Variables ¶
View Source
var ApplicationLoggerStderr = writer.NewPausableWriter(os.Stderr)
View Source
var ApplicationLoggerStdout = writer.NewPausableWriter(os.Stdout)
Functions ¶
func BuildBoshClient ¶ added in v1.2.8
func BuildBoshLogger ¶
func BuildDeploymentBackupChecker ¶
func BuildDeploymentBackupChecker(boshClient bosh.Client, logger bosh.Logger, withManifest bool) *orchestrator.BackupChecker
func BuildDeploymentBackupCleanuper ¶
func BuildDeploymentBackupCleanuper(target, username, password, caCert string, hasManifest, hasDebug bool) (*orchestrator.BackupCleaner, error)
func BuildDeploymentBackuper ¶
func BuildDeploymentBackuper(target, username, password, caCert string, withManifest, hasDebug bool) (*orchestrator.Backuper, error)
func BuildDeploymentRestoreCleanuper ¶
func BuildDeploymentRestoreCleanuper(target, usename, password, caCert string, withManifest, isDebug bool) (*orchestrator.RestoreCleaner, error)
func BuildDeploymentRestorer ¶
func BuildDeploymentRestorer(target, username, password, caCert string, debug bool) (*orchestrator.Restorer, error)
func BuildDirectorBackupChecker ¶
func BuildDirectorBackupChecker(host, username, privateKeyPath string, hasDebug bool) *orchestrator.BackupChecker
func BuildDirectorBackupCleaner ¶
func BuildDirectorBackupCleaner(host, username, privateKeyPath string, hasDebug bool) *orchestrator.BackupCleaner
func BuildDirectorBackuper ¶
func BuildDirectorBackuper(host, username, privateKeyPath string, hasDebug bool) *orchestrator.Backuper
func BuildDirectorRestoreCleaner ¶
func BuildDirectorRestoreCleaner(host, username, privateKeyPath string, hasDebug bool) *orchestrator.RestoreCleaner
func BuildDirectorRestorer ¶
func BuildDirectorRestorer(host, username, privateKeyPath string, hasDebug bool) *orchestrator.Restorer
func BuildLogger ¶
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.