Skip to content

Commit

Permalink
Update internal/dataplane/parser/translators/httproute_atc.go
Browse files Browse the repository at this point in the history
Co-authored-by: Mattia Lavacca <lavacca.mattia@gmail.com>
  • Loading branch information
randmonkey and mlavacca committed Jul 13, 2023
1 parent 7709eaa commit 9ac8af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/dataplane/parser/translators/httproute_atc.go
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ func KongExpressionRouteFromHTTPRouteWithPriority(
}

// KongServiceNameFromHTTPRouteWithPriority generates service name from split HTTPRoutes.
// since one HTTPRoute may be split by hostname and rule, the service name will generated
// since one HTTPRoute may be split by hostname and rule, the service name will be generated
// in the format httproute.<namespace>.<name>.<hostname>.<rule index>.
// For example: `httproute.default.example.foo.com.0`.
func KongServiceNameFromHTTPRouteWithPriority(
Expand Down

0 comments on commit 9ac8af7

Please sign in to comment.