Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pkg/api/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,8 @@ type WalBackupConfiguration struct {
type DataBackupConfiguration struct {
// Compress a backup file (a tar file per tablespace) while streaming it
// to the object store. Available options are empty string (no
// compression, default), `gzip`, `bzip2`, `lz4`, `snappy`, `xz`, and `zstd`.
// +kubebuilder:validation:Enum=bzip2;gzip;lz4;snappy;xz;zstd
// compression, default), `gzip`, `bzip2`, and `snappy`.
// +kubebuilder:validation:Enum=bzip2;gzip;snappy
// +optional
Compression CompressionType `json:"compression,omitempty"`

Expand Down