zfs-localpv/pkg
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
..
apis/openebs.io/zfs/v1alpha1 feat(validation): adding validation for ZFSPV CR parameters (#66) 2020-04-14 17:26:46 +05:30
builder feat(crd-gen): automate the CRDs generation with validations for APIs (#75) 2020-04-01 17:54:20 +05:30
client/k8s/v1alpha1 feat(analytics): adding google analytics for ZFSPV 2020-03-02 23:00:22 +05:30
common feat(analytics): adding google analytics for ZFSPV 2020-03-02 23:00:22 +05:30
config feat(zfs-localpv): initial commit 2019-09-18 08:44:08 +05:30
driver feat(zfspv): adding poolname info to the PV volumeattributes (#80) 2020-04-14 08:46:35 +05:30
generated feat(crd-gen): automate the CRDs generation with validations for APIs (#75) 2020-04-01 17:54:20 +05:30
mgmt feat(crd-gen): automate the CRDs generation with validations for APIs (#75) 2020-04-01 17:54:20 +05:30
response feat(resize): adding Online volume expansion support for ZFSPV 2020-03-04 18:30:28 +05:30
usage feat(analytics): adding google analytics for ZFSPV 2020-03-02 23:00:22 +05:30
version feat(analytics): adding google analytics for ZFSPV 2020-03-02 23:00:22 +05:30
zfs feat(zfspv): adding poolname info to the PV volumeattributes (#80) 2020-04-14 08:46:35 +05:30