-
Notifications
You must be signed in to change notification settings - Fork 867
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Apache APISIX support. Fixes #2395 #2437
Conversation
d202588
to
9e47d20
Compare
Codecov ReportBase: 81.58% // Head: 81.66% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #2437 +/- ##
==========================================
+ Coverage 81.58% 81.66% +0.08%
==========================================
Files 124 126 +2
Lines 18959 19110 +151
==========================================
+ Hits 15467 15606 +139
- Misses 2702 2710 +8
- Partials 790 794 +4
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
642fc5e
to
6a3b119
Compare
Signed-off-by: Gallardot <[email protected]>
Signed-off-by: Gallardot <[email protected]>
Can we get a link on the docs page with a little blurb about apisix and how to set it up or use th examples. Just like the other traffic routers found here https://argoproj.github.io/argo-rollouts/features/traffic-management/ Also the examples that you have in getting-started could also go into the examples folder https://github.com/argoproj/argo-rollouts/tree/master/examples |
Signed-off-by: Gallardot <[email protected]>
Signed-off-by: Gallardot <[email protected]>
Signed-off-by: Gallardot <[email protected]>
Signed-off-by: Gallardot <[email protected]>
Signed-off-by: Gallardot <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
* feat: Apache APISIX support Signed-off-by: Gallardot <[email protected]> * feat: Apache APISIX support Signed-off-by: Gallardot <[email protected]> * feat: Improve the apisix route Signed-off-by: Gallardot <[email protected]> * chore: add apisix doc and examples Signed-off-by: Gallardot <[email protected]> * chore: add apisix doc and examples Signed-off-by: Gallardot <[email protected]> * chore: add UT Signed-off-by: Gallardot <[email protected]> * doc: update README Signed-off-by: Gallardot <[email protected]> Signed-off-by: Gallardot <[email protected]>
* feat: Apache APISIX support Signed-off-by: Gallardot <[email protected]> * feat: Apache APISIX support Signed-off-by: Gallardot <[email protected]> * feat: Improve the apisix route Signed-off-by: Gallardot <[email protected]> * chore: add apisix doc and examples Signed-off-by: Gallardot <[email protected]> * chore: add apisix doc and examples Signed-off-by: Gallardot <[email protected]> * chore: add UT Signed-off-by: Gallardot <[email protected]> * doc: update README Signed-off-by: Gallardot <[email protected]> Signed-off-by: Gallardot <[email protected]> Signed-off-by: Travis Perdue <[email protected]>
* feat: Apache APISIX support Signed-off-by: Gallardot <[email protected]> * feat: Apache APISIX support Signed-off-by: Gallardot <[email protected]> * feat: Improve the apisix route Signed-off-by: Gallardot <[email protected]> * chore: add apisix doc and examples Signed-off-by: Gallardot <[email protected]> * chore: add apisix doc and examples Signed-off-by: Gallardot <[email protected]> * chore: add UT Signed-off-by: Gallardot <[email protected]> * doc: update README Signed-off-by: Gallardot <[email protected]> Signed-off-by: Gallardot <[email protected]> Signed-off-by: Travis Perdue <[email protected]>
Fixes #2395
Integrate Apache APISIX Ingress Controller and argo-rollouts using APISIX's CRD
Signed-off-by: Gallardot [email protected]
Checklist:
"fix(controller): Updates such and such. Fixes #1234"
.