File tree 4 files changed +5
-0
lines changed
4 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,8 @@ type vsphereCSIDriver struct {
67
67
// A map storing all volumes with ongoing operations so that additional operations
68
68
// for that same volume (as defined by VolumeID) return an Aborted error
69
69
volumeLocks * node.VolumeLocks
70
+ csi.UnimplementedNodeServer
71
+ csi.UnimplementedIdentityServer
70
72
}
71
73
72
74
// If k8s node died unexpectedly in an earlier run, the unix socket is left
Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ type controller struct {
79
79
authMgr common.AuthorizationService
80
80
authMgrs map [string ]* common.AuthManager
81
81
topologyMgr commoncotypes.ControllerTopologyService
82
+ csi.UnimplementedControllerServer
82
83
}
83
84
84
85
var (
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ type controller struct {
100
100
manager * common.Manager
101
101
authMgr common.AuthorizationService
102
102
topologyMgr commoncotypes.ControllerTopologyService
103
+ csi.UnimplementedControllerServer
103
104
}
104
105
105
106
// New creates a CNS controller.
Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ type controller struct {
83
83
tanzukubernetesClusterUID string
84
84
tanzukubernetesClusterName string
85
85
guestClusterDist string
86
+ csi.UnimplementedControllerServer
86
87
}
87
88
88
89
// New creates a CNS controller
You can’t perform that action at this time.
0 commit comments