refact(csi): use common lib-csi imports (#263)

Signed-off-by: shubham <shubham.bajpai@mayadata.io>
This commit is contained in:
Shubham Bajpai 2020-12-18 21:12:52 +05:30 committed by GitHub
parent 48e6a19d7c
commit 2906d39d94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
55 changed files with 271 additions and 611 deletions

View file

@ -17,8 +17,8 @@ limitations under the License.
package usage
import (
k8sapi "github.com/openebs/zfs-localpv/pkg/client/k8s/v1alpha1"
env "github.com/openebs/zfs-localpv/pkg/common/env"
k8sapi "github.com/openebs/lib-csi/pkg/client/k8s"
env "github.com/openebs/lib-csi/pkg/common/env"
openebsversion "github.com/openebs/zfs-localpv/pkg/version"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/klog"