feat(backup/restore): update volume crd
Longhorn-2227 Signed-off-by: James Lu <james.lu@suse.com>
This commit is contained in:
parent
321671b879
commit
086676cdc5
@ -2989,6 +2989,12 @@ spec:
|
||||
type: string
|
||||
fromBackup:
|
||||
type: string
|
||||
restoreVolumeRecurringJob:
|
||||
enum:
|
||||
- ignored
|
||||
- enabled
|
||||
- disabled
|
||||
type: string
|
||||
frontend:
|
||||
enum:
|
||||
- blockdev
|
||||
|
@ -3129,6 +3129,12 @@ spec:
|
||||
type: string
|
||||
fromBackup:
|
||||
type: string
|
||||
restoreVolumeRecurringJob:
|
||||
enum:
|
||||
- ignored
|
||||
- enabled
|
||||
- disabled
|
||||
type: string
|
||||
frontend:
|
||||
enum:
|
||||
- blockdev
|
||||
|
Loading…
Reference in New Issue
Block a user