forked from kumahq/kuma
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(kuma-cp) add GatewayRoute route generation (kumahq#2782)
Add machinery to generate Envoy routes from GatewayRoute resources. This is split into a generator that translates GatewayRoute resources into a generic route table structure, and a generator that translates the generic structure into Envoy resources. The generic route table structure provides an API-independent way to configure Envoy. This change only generates routes (not cluster or endpoints), but the full semantics of GatewayRoute are supported, including path prefix matches, multiple match criteria and correct route match ordering. Signed-off-by: James Peach <james.peach@konghq.com>
- Loading branch information
Showing
29 changed files
with
2,597 additions
and
82 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.