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
|
type: string
|
||||||
fromBackup:
|
fromBackup:
|
||||||
type: string
|
type: string
|
||||||
|
restoreVolumeRecurringJob:
|
||||||
|
enum:
|
||||||
|
- ignored
|
||||||
|
- enabled
|
||||||
|
- disabled
|
||||||
|
type: string
|
||||||
frontend:
|
frontend:
|
||||||
enum:
|
enum:
|
||||||
- blockdev
|
- blockdev
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user