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
|
type: object
|
||||||
region:
|
region:
|
||||||
type: string
|
type: string
|
||||||
|
snapshotCheckStatus:
|
||||||
|
properties:
|
||||||
|
lastPeriodicCheckedAt:
|
||||||
|
format: date-time
|
||||||
|
type: string
|
||||||
|
snapshotCheckState:
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
zone:
|
zone:
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
@ -2664,6 +2672,8 @@ spec:
|
|||||||
status:
|
status:
|
||||||
description: SnapshotStatus defines the observed state of Longhorn Snapshot
|
description: SnapshotStatus defines the observed state of Longhorn Snapshot
|
||||||
properties:
|
properties:
|
||||||
|
checksum:
|
||||||
|
type: string
|
||||||
children:
|
children:
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
type: boolean
|
type: boolean
|
||||||
@ -2916,6 +2926,13 @@ spec:
|
|||||||
size:
|
size:
|
||||||
format: int64
|
format: int64
|
||||||
type: string
|
type: string
|
||||||
|
snapshotDataIntegrity:
|
||||||
|
enum:
|
||||||
|
- ignored
|
||||||
|
- disabled
|
||||||
|
- enabled
|
||||||
|
- fast-check
|
||||||
|
type: string
|
||||||
staleReplicaTimeout:
|
staleReplicaTimeout:
|
||||||
type: integer
|
type: integer
|
||||||
type: object
|
type: object
|
||||||
|
@ -2028,6 +2028,14 @@ spec:
|
|||||||
type: object
|
type: object
|
||||||
region:
|
region:
|
||||||
type: string
|
type: string
|
||||||
|
snapshotCheckStatus:
|
||||||
|
properties:
|
||||||
|
lastPeriodicCheckedAt:
|
||||||
|
format: date-time
|
||||||
|
type: string
|
||||||
|
snapshotCheckState:
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
zone:
|
zone:
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
@ -2785,6 +2793,8 @@ spec:
|
|||||||
status:
|
status:
|
||||||
description: SnapshotStatus defines the observed state of Longhorn Snapshot
|
description: SnapshotStatus defines the observed state of Longhorn Snapshot
|
||||||
properties:
|
properties:
|
||||||
|
checksum:
|
||||||
|
type: string
|
||||||
children:
|
children:
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
type: boolean
|
type: boolean
|
||||||
@ -3041,6 +3051,13 @@ spec:
|
|||||||
size:
|
size:
|
||||||
format: int64
|
format: int64
|
||||||
type: string
|
type: string
|
||||||
|
snapshotDataIntegrity:
|
||||||
|
enum:
|
||||||
|
- ignored
|
||||||
|
- disabled
|
||||||
|
- enabled
|
||||||
|
- fast-check
|
||||||
|
type: string
|
||||||
staleReplicaTimeout:
|
staleReplicaTimeout:
|
||||||
type: integer
|
type: integer
|
||||||
type: object
|
type: object
|
||||||
|
Loading…
Reference in New Issue
Block a user