Skip to content

Commit 9a94dc2

Browse files
committed
Update CSI spec dependency
Signed-off-by: Deepak Kinni <[email protected]>
1 parent 210e178 commit 9a94dc2

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

pkg/csi/service/driver.go

+2
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ type vsphereCSIDriver struct {
6767
// A map storing all volumes with ongoing operations so that additional operations
6868
// for that same volume (as defined by VolumeID) return an Aborted error
6969
volumeLocks *node.VolumeLocks
70+
csi.UnimplementedNodeServer
71+
csi.UnimplementedIdentityServer
7072
}
7173

7274
// If k8s node died unexpectedly in an earlier run, the unix socket is left

pkg/csi/service/vanilla/controller.go

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ type controller struct {
7979
authMgr common.AuthorizationService
8080
authMgrs map[string]*common.AuthManager
8181
topologyMgr commoncotypes.ControllerTopologyService
82+
csi.UnimplementedControllerServer
8283
}
8384

8485
var (

pkg/csi/service/wcp/controller.go

+1
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ type controller struct {
100100
manager *common.Manager
101101
authMgr common.AuthorizationService
102102
topologyMgr commoncotypes.ControllerTopologyService
103+
csi.UnimplementedControllerServer
103104
}
104105

105106
// New creates a CNS controller.

pkg/csi/service/wcpguest/controller.go

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ type controller struct {
8383
tanzukubernetesClusterUID string
8484
tanzukubernetesClusterName string
8585
guestClusterDist string
86+
csi.UnimplementedControllerServer
8687
}
8788

8889
// New creates a CNS controller

0 commit comments

Comments
 (0)