Skip to content

Commit 115b2ad

Browse files
committed
include GROUP_CONTROLLER_SERVICE in GetPluginCapabilities()
1 parent c658ba1 commit 115b2ad

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pkg/hostpath/identityserver.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,13 @@ func (hp *hostPath) GetPluginCapabilities(ctx context.Context, req *csi.GetPlugi
5555
},
5656
},
5757
},
58+
{
59+
Type: &csi.PluginCapability_Service_{
60+
Service: &csi.PluginCapability_Service{
61+
Type: csi.PluginCapability_Service_GROUP_CONTROLLER_SERVICE,
62+
},
63+
},
64+
},
5865
}
5966
if hp.config.EnableTopology {
6067
caps = append(caps, &csi.PluginCapability{

0 commit comments

Comments
 (0)