feat(beta): adding v1 CRD for ZFS-LocalPV

Moving the CRDs to stable v1 version.

Signed-off-by: Pawan <pawan@mayadata.io>
This commit is contained in:
Pawan 2020-05-22 18:07:17 +05:30 committed by Kiran Mova
parent 307861282a
commit 472fd603ac
28 changed files with 426 additions and 48 deletions

View file

@ -133,7 +133,7 @@ SRC_PKG := github.com/openebs/zfs-localpv/pkg
# code generation for custom resources
.PHONY: kubegen
kubegen: kubegendelete deepcopy-install clientset-install lister-install informer-install
@GEN_SRC=openebs.io/zfs/v1alpha1 make deepcopy clientset lister informer
@GEN_SRC=openebs.io/zfs/v1 make deepcopy clientset lister informer
# deletes generated code by codegen
.PHONY: kubegendelete