Versions in this module Expand all Collapse all v0 v0.13.1 May 8, 2020 v0.13.0 May 8, 2020 Changes in this version + var Namespace = "vault" + func Test(p *platform.Platform, test *console.TestResults) + type BackupRestore struct + Name string + Namespace string + func NewBackupRestore(platform *platform.Platform, name, namespace string) *BackupRestore + func (b *BackupRestore) Backup() error + func (b *BackupRestore) GenerateBackupJob() *k8s.DeploymentBuilder + func (b *BackupRestore) Restore(backup string) error + func (b *BackupRestore) ScheduleBackup(schedule string) error