Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Namespace = "vault"
)
Functions ¶
Types ¶
type BackupRestore ¶
type BackupRestore struct { *platform.Platform Name string Namespace string // contains filtered or unexported fields }
func NewBackupRestore ¶
func NewBackupRestore(platform *platform.Platform, name, namespace string) *BackupRestore
func (*BackupRestore) Backup ¶
func (b *BackupRestore) Backup() error
func (*BackupRestore) GenerateBackupJob ¶
func (b *BackupRestore) GenerateBackupJob() *kommons.DeploymentBuilder
func (*BackupRestore) Restore ¶
func (b *BackupRestore) Restore(backup string) error
func (*BackupRestore) ScheduleBackup ¶
func (b *BackupRestore) ScheduleBackup(schedule string) error
Click to show internal directories.
Click to hide internal directories.