backup: update crds

Longhorn 5189

Signed-off-by: Derek Su <derek.su@suse.com>
This commit is contained in:
Derek Su 2023-01-04 16:24:50 +08:00 committed by David Ko
parent 674cdd0df0
commit a7119b5bda
2 changed files with 19 additions and 1 deletions

View File

@ -637,6 +637,9 @@ spec:
backupCreatedAt:
description: The snapshot backup upload finished time.
type: string
compressionMethod:
description: Compression method
type: string
error:
description: The error message when taking the snapshot backup.
type: string
@ -3241,6 +3244,12 @@ spec:
baseImage:
description: Deprecated. Rename to BackingImage
type: string
backupCompressionMethod:
enum:
- none
- lz4
- gzip
type: string
dataLocality:
enum:
- disabled

View File

@ -724,6 +724,9 @@ spec:
backupCreatedAt:
description: The snapshot backup upload finished time.
type: string
compressionMethod:
description: Compression method
type: string
error:
description: The error message when taking the snapshot backup.
type: string
@ -3389,6 +3392,12 @@ spec:
baseImage:
description: Deprecated. Rename to BackingImage
type: string
backupCompressionMethod:
enum:
- none
- lz4
- gzip
type: string
dataLocality:
enum:
- disabled
@ -3939,7 +3948,7 @@ spec:
- name: longhorn-grpc-tls
secret:
secretName: longhorn-grpc-tls
optional: true
optional: true
serviceAccountName: longhorn-service-account
updateStrategy:
rollingUpdate: