File tree Expand file tree Collapse file tree 24 files changed +41
-41
lines changed
Expand file tree Collapse file tree 24 files changed +41
-41
lines changed Original file line number Diff line number Diff line change 1- module github.com/kubernetes-csi/csi-proxy
1+ module github.com/kubernetes-csi/csi-proxy/v2
22
33go 1.16
44
Original file line number Diff line number Diff line change 99 "testing"
1010 "time"
1111
12- "github.com/kubernetes-csi/csi-proxy/pkg/disk"
13- diskapi "github.com/kubernetes-csi/csi-proxy/pkg/disk/hostapi"
12+ "github.com/kubernetes-csi/csi-proxy/v2/ pkg/disk"
13+ diskapi "github.com/kubernetes-csi/csi-proxy/v2/ pkg/disk/hostapi"
1414 "github.com/stretchr/testify/assert"
1515 "github.com/stretchr/testify/require"
1616)
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ import (
1414 "github.com/stretchr/testify/assert"
1515 "github.com/stretchr/testify/require"
1616
17- "github.com/kubernetes-csi/csi-proxy/pkg/filesystem"
18- filesystemapi "github.com/kubernetes-csi/csi-proxy/pkg/filesystem/hostapi"
17+ "github.com/kubernetes-csi/csi-proxy/v2/ pkg/filesystem"
18+ filesystemapi "github.com/kubernetes-csi/csi-proxy/v2/ pkg/filesystem/hostapi"
1919)
2020
2121func TestFilesystem (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ import (
66 "strconv"
77 "testing"
88
9- disk "github.com/kubernetes-csi/csi-proxy/pkg/disk"
10- diskapi "github.com/kubernetes-csi/csi-proxy/pkg/disk/hostapi"
11- iscsi "github.com/kubernetes-csi/csi-proxy/pkg/iscsi"
12- iscsiapi "github.com/kubernetes-csi/csi-proxy/pkg/iscsi/hostapi"
13- system "github.com/kubernetes-csi/csi-proxy/pkg/system"
14- systemapi "github.com/kubernetes-csi/csi-proxy/pkg/system/hostapi"
9+ disk "github.com/kubernetes-csi/csi-proxy/v2/ pkg/disk"
10+ diskapi "github.com/kubernetes-csi/csi-proxy/v2/ pkg/disk/hostapi"
11+ iscsi "github.com/kubernetes-csi/csi-proxy/v2/ pkg/iscsi"
12+ iscsiapi "github.com/kubernetes-csi/csi-proxy/v2/ pkg/iscsi/hostapi"
13+ system "github.com/kubernetes-csi/csi-proxy/v2/ pkg/system"
14+ systemapi "github.com/kubernetes-csi/csi-proxy/v2/ pkg/system/hostapi"
1515
1616 "github.com/stretchr/testify/assert"
1717 "github.com/stretchr/testify/require"
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ import (
1414 "github.com/stretchr/testify/assert"
1515 "github.com/stretchr/testify/require"
1616
17- fs "github.com/kubernetes-csi/csi-proxy/pkg/filesystem"
18- fsapi "github.com/kubernetes-csi/csi-proxy/pkg/filesystem/hostapi"
19- "github.com/kubernetes-csi/csi-proxy/pkg/smb"
20- smbapi "github.com/kubernetes-csi/csi-proxy/pkg/smb/hostapi"
17+ fs "github.com/kubernetes-csi/csi-proxy/v2/ pkg/filesystem"
18+ fsapi "github.com/kubernetes-csi/csi-proxy/v2/ pkg/filesystem/hostapi"
19+ "github.com/kubernetes-csi/csi-proxy/v2/ pkg/smb"
20+ smbapi "github.com/kubernetes-csi/csi-proxy/v2/ pkg/smb/hostapi"
2121)
2222
2323func TestSMB (t * testing.T ) {
Original file line number Diff line number Diff line change 88 "strings"
99 "testing"
1010
11- system "github.com/kubernetes-csi/csi-proxy/pkg/system"
12- systemapi "github.com/kubernetes-csi/csi-proxy/pkg/system/hostapi"
11+ system "github.com/kubernetes-csi/csi-proxy/v2/ pkg/system"
12+ systemapi "github.com/kubernetes-csi/csi-proxy/v2/ pkg/system/hostapi"
1313
1414 "github.com/stretchr/testify/assert"
1515 "github.com/stretchr/testify/require"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
1212 "testing"
1313 "time"
1414
15- "github.com/kubernetes-csi/csi-proxy/pkg/volume"
15+ "github.com/kubernetes-csi/csi-proxy/v2/ pkg/volume"
1616)
1717
1818// getKubeletPathForTest returns the path to the current working directory
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ import (
88 "strings"
99 "testing"
1010
11- disk "github.com/kubernetes-csi/csi-proxy/pkg/disk"
12- diskapi "github.com/kubernetes-csi/csi-proxy/pkg/disk/hostapi"
13- volume "github.com/kubernetes-csi/csi-proxy/pkg/volume"
14- volumeapi "github.com/kubernetes-csi/csi-proxy/pkg/volume/hostapi"
11+ disk "github.com/kubernetes-csi/csi-proxy/v2/ pkg/disk"
12+ diskapi "github.com/kubernetes-csi/csi-proxy/v2/ pkg/disk/hostapi"
13+ volume "github.com/kubernetes-csi/csi-proxy/v2/ pkg/volume"
14+ volumeapi "github.com/kubernetes-csi/csi-proxy/v2/ pkg/volume/hostapi"
1515
1616 "github.com/stretchr/testify/require"
1717)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package disk
33import (
44 "context"
55
6- diskapi "github.com/kubernetes-csi/csi-proxy/pkg/disk/hostapi"
6+ diskapi "github.com/kubernetes-csi/csi-proxy/v2/ pkg/disk/hostapi"
77 "k8s.io/klog/v2"
88)
99
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
1010 "syscall"
1111 "unsafe"
1212
13- "github.com/kubernetes-csi/csi-proxy/pkg/utils"
13+ "github.com/kubernetes-csi/csi-proxy/v2/ pkg/utils"
1414 "k8s.io/klog/v2"
1515)
1616
You can’t perform that action at this time.
0 commit comments