feat: consolidate provider plugin and chart
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/KubelanCloud/kks-csi-plugin/pkg/csi/provisioner"
|
||||
"github.com/KubelanCloud/kks-provider-plugin/pkg/csi/provisioner"
|
||||
)
|
||||
|
||||
type ClientConfig struct {
|
||||
|
||||
@@ -8,7 +8,7 @@ import (
|
||||
"net/http/httptest"
|
||||
"testing"
|
||||
|
||||
"github.com/KubelanCloud/kks-csi-plugin/pkg/csi/provisioner"
|
||||
"github.com/KubelanCloud/kks-provider-plugin/pkg/csi/provisioner"
|
||||
)
|
||||
|
||||
func TestClientClusterInfo(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user