zfs-localpv/buildscripts
Pawan Prakash Sharma ae724ee096
feat(validation): adding validation for ZFSPV CR parameters (#66)
Validating few parameters for the ZFSVolume custom resource

- compression can be "on", "off", "lzjb", "gzip", "gzip-[1-9]", "zle" and "lz4"
- encryption can be "on", "off", "aes-128-ccm", "aes-192-ccm", "aes-256-ccm", "aes-128-gcm", "aes-192-gcm", and "aes-256-gcm"
- dedup can be "on" and "off"
- poolname can be string
- ownernodeid can be string
- thinprovision can be "yes" and "no"
- volumetype can be "DATASET" and "ZVOL"

Also added required fields needed to create ZFSVolume CR
- ownerNodeID
- poolname
- volumeType
- capacity


Signed-off-by: Pawan <pawan@mayadata.io>
2020-04-14 17:26:46 +05:30
..
zfs-driver Upgrade the base ubuntu package (#68) 2020-03-30 17:52:18 +05:30
build.sh feat(version): Makefile and version enhancement 2020-03-16 20:31:43 +05:30
custom-boilerplate.go.txt feat(zfs-localpv): initial commit 2019-09-18 08:44:08 +05:30
generate-manifests.sh feat(validation): adding validation for ZFSPV CR parameters (#66) 2020-04-14 17:26:46 +05:30
push feat(zfs-localpv): initial commit 2019-09-18 08:44:08 +05:30
test-cov.sh feat(zfs-localpv): initial commit 2019-09-18 08:44:08 +05:30
travis-build.sh feat(validation): adding validation for ZFSPV CR parameters (#66) 2020-04-14 17:26:46 +05:30