Skip to content

Commit d8e7737

Browse files
Fix arg order for HandleLateEnablementOfCapability (#3486)
1 parent 0eab030 commit d8e7737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/csi/service/common/commonco/k8sorchestrator/k8sorchestrator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,7 @@ func (c *K8sOrchestrator) GetAllK8sVolumes() []string {
10991099
// capability is enabled in capabilities CR or not.
11001100
// If this capability was disabled and now got enabled, then container will be restarted.
11011101
func HandleLateEnablementOfCapability(ctx context.Context, clusterFlavor cnstypes.CnsClusterFlavor, capability,
1102-
gcEndpoint, gcPort string) {
1102+
gcPort, gcEndpoint string) {
11031103
log := logger.GetLogger(ctx)
11041104
var restClientConfig *restclient.Config
11051105
var err error

0 commit comments

Comments
 (0)