Skip to content

Commit

Permalink
order scalers alphabetically
Browse files Browse the repository at this point in the history
Signed-off-by: jaime merino <[email protected]ª>
  • Loading branch information
jaime merino committed Jan 23, 2025
1 parent f13dbc7 commit 54b7e5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/scaling/scalers_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ func buildScaler(ctx context.Context, client client.Client, triggerType string,
return scalers.NewExternalMockScaler(config)
case "external-push":
return scalers.NewExternalPushScaler(config)
case "forgejo-runner":
return scalers.NewForgejoRunnerScaler(config)
case "gcp-cloudtasks":
return scalers.NewGcpCloudTasksScaler(config)
case "gcp-pubsub":
Expand All @@ -190,8 +192,6 @@ func buildScaler(ctx context.Context, client client.Client, triggerType string,
return scalers.NewGcsScaler(config)
case "github-runner":
return scalers.NewGitHubRunnerScaler(config)
case "forgejo-runner":
return scalers.NewForgejoRunnerScaler(config)
case "graphite":
return scalers.NewGraphiteScaler(config)
case "huawei-cloudeye":
Expand Down

0 comments on commit 54b7e5d

Please sign in to comment.