-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor service reconciler to handle the annotations (#294)
* Refactor service reconciler to handle the following annotations - openapi-url which points to the open api spec - path-prefix which specifies at which path prefix the api should be reachable in the envoyfleet. If not specified defaults to / - path-prefix-substitution - which specifies how to substitute the path prefix with another value before passing on the request to the service. defaults to "" if path prefix is not / otherwise doesn't perform substitution - envoy-fleet - which specifies which envoy fleet to use. Defaults to the default fleet * document new annotations
- Loading branch information
Kyle Hodgetts
authored
Apr 12, 2022
1 parent
93e50fe
commit 2fc69ad
Showing
2 changed files
with
191 additions
and
40 deletions.
There are no files selected for viewing
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