mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 06:20:11 +01:00
refact(csi): use common lib-csi imports (#263)
Signed-off-by: shubham <shubham.bajpai@mayadata.io>
This commit is contained in:
parent
48e6a19d7c
commit
2906d39d94
55 changed files with 271 additions and 611 deletions
|
|
@ -14,7 +14,7 @@ limitations under the License.
|
|||
package deploy
|
||||
|
||||
import (
|
||||
"github.com/openebs/zfs-localpv/pkg/common/errors"
|
||||
"github.com/openebs/lib-csi/pkg/common/errors"
|
||||
templatespec "github.com/openebs/zfs-localpv/tests/pts"
|
||||
"github.com/openebs/zfs-localpv/tests/stringer"
|
||||
appsv1 "k8s.io/api/apps/v1"
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ import (
|
|||
"encoding/json"
|
||||
"strings"
|
||||
|
||||
client "github.com/openebs/zfs-localpv/pkg/common/kubernetes/client"
|
||||
client "github.com/openebs/lib-csi/pkg/common/kubernetes/client"
|
||||
"github.com/pkg/errors"
|
||||
appsv1 "k8s.io/api/apps/v1"
|
||||
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue