Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackupManager ¶
type BackupManager struct {
// contains filtered or unexported fields
}
func NewBackupManager ¶
func NewBackupManager(cluster string, config *rest.Config, sanitize bool) BackupManager
func (BackupManager) Backup ¶
func (mgr BackupManager) Backup(process processorFunc) error
func (BackupManager) BackupToDir ¶
func (mgr BackupManager) BackupToDir(backupDir string) (string, error)
func (BackupManager) BackupToTar ¶
func (mgr BackupManager) BackupToTar(backupDir string) (string, error)
Click to show internal directories.
Click to hide internal directories.