snapshot verification: update crds

Longhorn 4210
Longhorn 3198

Signed-off-by: Derek Su <derek.su@suse.com>
This commit is contained in:
Derek Su 2022-11-06 22:24:42 +08:00 committed by David Ko
parent dab0603847
commit a63cc05a7f
2 changed files with 34 additions and 0 deletions

View File

@ -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

View File

@ -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