Skip to content

Commit 1f2c9ca

Browse files
committed
chore: generate files
Signed-off-by: Marco Nenciarini <[email protected]>
1 parent 4eab8ce commit 1f2c9ca

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

config/crd/bases/barmancloud.cnpg.io_objectstores.yaml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,11 +139,14 @@ spec:
139139
description: |-
140140
Compress a backup file (a tar file per tablespace) while streaming it
141141
to the object store. Available options are empty string (no
142-
compression, default), `gzip`, `bzip2` or `snappy`.
142+
compression, default), `gzip`, `bzip2`, `lz4`, `snappy`, `xz`, and `zstd`.
143143
enum:
144-
- gzip
145144
- bzip2
145+
- gzip
146+
- lz4
146147
- snappy
148+
- xz
149+
- zstd
147150
type: string
148151
encryption:
149152
description: |-
@@ -330,11 +333,15 @@ spec:
330333
compression:
331334
description: |-
332335
Compress a WAL file before sending it to the object store. Available
333-
options are empty string (no compression, default), `gzip`, `bzip2` or `snappy`.
336+
options are empty string (no compression, default), `gzip`, `bzip2`,
337+
`lz4`, `snappy`, `xz`, and `zstd`.
334338
enum:
335-
- gzip
336339
- bzip2
340+
- gzip
341+
- lz4
337342
- snappy
343+
- xz
344+
- zstd
338345
type: string
339346
encryption:
340347
description: |-

0 commit comments

Comments
 (0)