Skip to content

Commit

Permalink
include GROUP_CONTROLLER_SERVICE in GetPluginCapabilities()
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpanic committed Aug 7, 2023
1 parent 04a8ae0 commit f784917
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkg/hostpath/identityserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@ func (hp *hostPath) GetPluginCapabilities(ctx context.Context, req *csi.GetPlugi
},
},
},
{
Type: &csi.PluginCapability_Service_{
Service: &csi.PluginCapability_Service{
Type: csi.PluginCapability_Service_GROUP_CONTROLLER_SERVICE,
},
},
},
}
if hp.config.EnableTopology {
caps = append(caps, &csi.PluginCapability{
Expand Down

0 comments on commit f784917

Please sign in to comment.