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

View File

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