-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support Path and QueryParams in http route matches (#204)
* support queryparams for gateway api Signed-off-by: Megrez Lu <[email protected]> * support mse Signed-off-by: Megrez Lu <[email protected]> * support path and queryParams Signed-off-by: Megrez Lu <[email protected]> * fix lint Signed-off-by: Megrez Lu <[email protected]> * fix testcase Signed-off-by: Megrez Lu <[email protected]> * fix manifests Signed-off-by: Megrez Lu <[email protected]> * do not provide default value for path Signed-off-by: Megrez Lu <[email protected]> * Allow Not generating Canary Service && Fixed a bug caused by NOT considering case-insensitivity. (#200) * Fixed a bug caused by NOT considering case-insensitivity. Signed-off-by: yunbo <[email protected]> * add DisableGenerateCanaryService for CanaryStrategy amend1: update crd yaml amend2: add DisableGenerateCanaryService for v1alpha1 Signed-off-by: yunbo <[email protected]> --------- Signed-off-by: yunbo <[email protected]> Co-authored-by: yunbo <[email protected]> Signed-off-by: Megrez Lu <[email protected]> * revert test images Signed-off-by: Megrez Lu <[email protected]> * polish comments Signed-off-by: Megrez Lu <[email protected]> * add gateway api tests Signed-off-by: Megrez Lu <[email protected]> * fix MSE cases Signed-off-by: Megrez Lu <[email protected]> * update golang lint ci Signed-off-by: Megrez Lu <[email protected]> * regenerate manifests Signed-off-by: Megrez Lu <[email protected]> * remove generic usage Signed-off-by: Megrez Lu <[email protected]> * update istio lua script Signed-off-by: Megrez Lu <[email protected]> * update v1alpha1 in e2e to v1beta1 Signed-off-by: Megrez Lu <[email protected]> * fix cases Signed-off-by: Megrez Lu <[email protected]> * refactor istio case to include queryParams and path Signed-off-by: Megrez Lu <[email protected]> * fix cloneset issue Signed-off-by: Megrez Lu <[email protected]> * fix typo Signed-off-by: Megrez Lu <[email protected]> * revert images Signed-off-by: Megrez Lu <[email protected]> --------- Signed-off-by: Megrez Lu <[email protected]> Signed-off-by: yunbo <[email protected]> Co-authored-by: myname4423 <[email protected]> Co-authored-by: yunbo <[email protected]>
- Loading branch information
1 parent
3eeb7b4
commit 62794dc
Showing
15 changed files
with
991 additions
and
79 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
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
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.