mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-22 06:10:22 +00:00
cleanup: correct the comment in csi-addons/rbd
Signed-off-by: riya-singhal31 <rsinghal@redhat.com>
This commit is contained in:
parent
e99e6174d9
commit
9ee128123f
@ -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{}
|
||||||
}
|
}
|
||||||
|
@ -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{}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user