feat(backup/restore): update volume crd

Longhorn-2227

Signed-off-by: James Lu <james.lu@suse.com>
This commit is contained in:
James Lu 2022-11-25 15:17:09 +08:00 committed by David Ko
parent 321671b879
commit 086676cdc5
2 changed files with 12 additions and 0 deletions

View File

@ -2989,6 +2989,12 @@ spec:
type: string type: string
fromBackup: fromBackup:
type: string type: string
restoreVolumeRecurringJob:
enum:
- ignored
- enabled
- disabled
type: string
frontend: frontend:
enum: enum:
- blockdev - blockdev

View File

@ -3129,6 +3129,12 @@ spec:
type: string type: string
fromBackup: fromBackup:
type: string type: string
restoreVolumeRecurringJob:
enum:
- ignored
- enabled
- disabled
type: string
frontend: frontend:
enum: enum:
- blockdev - blockdev