backup: update crds
Longhorn 5189 Signed-off-by: Derek Su <derek.su@suse.com>
This commit is contained in:
parent
674cdd0df0
commit
a7119b5bda
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user