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:
|
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
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user