cleanup: correct the comment in csi-addons/rbd

Signed-off-by: riya-singhal31 <rsinghal@redhat.com>
This commit is contained in:
riya-singhal31 2023-06-27 17:04:22 +05:30 committed by mergify[bot]
parent e99e6174d9
commit 9ee128123f
2 changed files with 4 additions and 4 deletions

View File

@ -32,8 +32,8 @@ type FenceControllerServer struct {
*fence.UnimplementedFenceControllerServer *fence.UnimplementedFenceControllerServer
} }
// NewFenceControllerServer creates a new IdentityServer which handles // NewFenceControllerServer creates a new FenceControllerServer which handles
// the Identity Service requests from the CSI-Addons specification. // the FenceController Service requests from the CSI-Addons specification.
func NewFenceControllerServer() *FenceControllerServer { func NewFenceControllerServer() *FenceControllerServer {
return &FenceControllerServer{} return &FenceControllerServer{}
} }

View File

@ -37,8 +37,8 @@ type ReclaimSpaceControllerServer struct {
*rs.UnimplementedReclaimSpaceControllerServer *rs.UnimplementedReclaimSpaceControllerServer
} }
// NewReclaimSpaceControllerServer creates a new IdentityServer which handles // NewReclaimSpaceControllerServer creates a new ReclaimSpaceControllerServer which handles
// the Identity Service requests from the CSI-Addons specification. // the ReclaimSpace Service requests from the CSI-Addons specification.
func NewReclaimSpaceControllerServer() *ReclaimSpaceControllerServer { func NewReclaimSpaceControllerServer() *ReclaimSpaceControllerServer {
return &ReclaimSpaceControllerServer{} return &ReclaimSpaceControllerServer{}
} }