Add regex for zstd levels

Signed-off-by: Jesse Nelson <jesse@swirldslabs.com>
Signed-off-by: Niladri Halder <niladri.halder26@gmail.com>
This commit is contained in:
Jesse Nelson 2023-05-05 11:34:28 -05:00 committed by Niladri Halder
parent 5da343aac1
commit 884540e57b
3 changed files with 3 additions and 3 deletions

View file

@ -100,7 +100,7 @@ spec:
data. For instance, if the Volume was created with "off" and the
next day the compression was modified to "on", the data written
prior to setting "on" will not be compressed. Default Value: off.'
pattern: ^(on|off|lzjb|zstd|gzip|gzip-[1-9]|zle|lz4)$
pattern: ^(on|off|lzjb|zstd|zstd-1?[1-9]|gzip|gzip-[1-9]|zle|lz4)$
type: string
dedup:
description: 'Deduplication is the process for removing redundant

View file

@ -69,7 +69,7 @@ spec:
data. For instance, if the Volume was created with "off" and the
next day the compression was modified to "on", the data written
prior to setting "on" will not be compressed. Default Value: off.'
pattern: ^(on|off|lzjb|zstd|gzip|gzip-[1-9]|zle|lz4)$
pattern: ^(on|off|lzjb|zstd|zstd-1?[1-9]|gzip|gzip-[1-9]|zle|lz4)$
type: string
dedup:
description: 'Deduplication is the process for removing redundant

View file

@ -95,7 +95,7 @@ spec:
data. For instance, if the Volume was created with "off" and the
next day the compression was modified to "on", the data written
prior to setting "on" will not be compressed. Default Value: off.'
pattern: ^(on|off|lzjb|zstd|gzip|gzip-[1-9]|zle|lz4)$
pattern: ^(on|off|lzjb|zstd|zstd-1?[1-9]|gzip|gzip-[1-9]|zle|lz4)$
type: string
dedup:
description: 'Deduplication is the process for removing redundant