snapshot verification: update crds
Longhorn 4210 Longhorn 3198 Signed-off-by: Derek Su <derek.su@suse.com>
This commit is contained in:
parent
dab0603847
commit
a63cc05a7f
@ -1928,6 +1928,14 @@ spec:
|
||||
type: object
|
||||
region:
|
||||
type: string
|
||||
snapshotCheckStatus:
|
||||
properties:
|
||||
lastPeriodicCheckedAt:
|
||||
format: date-time
|
||||
type: string
|
||||
snapshotCheckState:
|
||||
type: string
|
||||
type: object
|
||||
zone:
|
||||
type: string
|
||||
type: object
|
||||
@ -2664,6 +2672,8 @@ spec:
|
||||
status:
|
||||
description: SnapshotStatus defines the observed state of Longhorn Snapshot
|
||||
properties:
|
||||
checksum:
|
||||
type: string
|
||||
children:
|
||||
additionalProperties:
|
||||
type: boolean
|
||||
@ -2916,6 +2926,13 @@ spec:
|
||||
size:
|
||||
format: int64
|
||||
type: string
|
||||
snapshotDataIntegrity:
|
||||
enum:
|
||||
- ignored
|
||||
- disabled
|
||||
- enabled
|
||||
- fast-check
|
||||
type: string
|
||||
staleReplicaTimeout:
|
||||
type: integer
|
||||
type: object
|
||||
|
@ -2028,6 +2028,14 @@ spec:
|
||||
type: object
|
||||
region:
|
||||
type: string
|
||||
snapshotCheckStatus:
|
||||
properties:
|
||||
lastPeriodicCheckedAt:
|
||||
format: date-time
|
||||
type: string
|
||||
snapshotCheckState:
|
||||
type: string
|
||||
type: object
|
||||
zone:
|
||||
type: string
|
||||
type: object
|
||||
@ -2785,6 +2793,8 @@ spec:
|
||||
status:
|
||||
description: SnapshotStatus defines the observed state of Longhorn Snapshot
|
||||
properties:
|
||||
checksum:
|
||||
type: string
|
||||
children:
|
||||
additionalProperties:
|
||||
type: boolean
|
||||
@ -3041,6 +3051,13 @@ spec:
|
||||
size:
|
||||
format: int64
|
||||
type: string
|
||||
snapshotDataIntegrity:
|
||||
enum:
|
||||
- ignored
|
||||
- disabled
|
||||
- enabled
|
||||
- fast-check
|
||||
type: string
|
||||
staleReplicaTimeout:
|
||||
type: integer
|
||||
type: object
|
||||
|
Loading…
Reference in New Issue
Block a user