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

@ -17,7 +17,7 @@ limitations under the License.
package volbuilder
import (
apis "github.com/openebs/zfs-localpv/pkg/apis/openebs.io/zfs/v1alpha1"
apis "github.com/openebs/zfs-localpv/pkg/apis/openebs.io/zfs/v1"
"github.com/openebs/zfs-localpv/pkg/common/errors"
)