add backup level flag to opt-in for default restic use

Signed-off-by: Ashish Amarnath <ashisham@vmware.com>
This commit is contained in:
Ashish Amarnath
2020-06-15 14:46:06 -07:00
parent c29a3a4ea0
commit 69cceb0d7e
5 changed files with 21 additions and 2 deletions
File diff suppressed because one or more lines are too long
@@ -36,6 +36,10 @@ spec:
spec:
description: BackupSpec defines the specification for a Velero backup.
properties:
defaultRestic:
description: DefaultRestic specifies whether restic should be used to
take backup of all pod volumes by default.
type: boolean
excludedNamespaces:
description: ExcludedNamespaces contains a list of namespaces that are
not included in the backup.
@@ -44,6 +44,10 @@ spec:
description: Template is the definition of the Backup to be run on the
provided schedule
properties:
defaultRestic:
description: DefaultRestic specifies whether restic should be used
to take backup of all pod volumes by default.
type: boolean
excludedNamespaces:
description: ExcludedNamespaces contains a list of namespaces that
are not included in the backup.