-
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: add support for traffic router plugins #2573
feat: add support for traffic router plugins #2573
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #2573 +/- ##
==========================================
+ Coverage 81.52% 81.54% +0.01%
==========================================
Files 131 133 +2
Lines 19587 19768 +181
==========================================
+ Hits 15969 16120 +151
- Misses 2797 2820 +23
- Partials 821 828 +7
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. |
Signed-off-by: zachaller <[email protected]>
7740a7c
to
a8a254a
Compare
Signed-off-by: zachaller <[email protected]>
…trafficrouter-plugin
Signed-off-by: zachaller <[email protected]>
Signed-off-by: zachaller <[email protected]>
Signed-off-by: zachaller <[email protected]>
Signed-off-by: zachaller <[email protected]>
Signed-off-by: zachaller <[email protected]>
Signed-off-by: zachaller <[email protected]>
Signed-off-by: zachaller <[email protected]>
Signed-off-by: zachaller <[email protected]>
Signed-off-by: zachaller <[email protected]>
Signed-off-by: zachaller <[email protected]>
Signed-off-by: zachaller <[email protected]>
Signed-off-by: zachaller <[email protected]>
Signed-off-by: zachaller <[email protected]>
…trafficrouter-plugin Signed-off-by: zachaller <[email protected]>
Signed-off-by: zachaller <[email protected]>
…trafficrouter-plugin
Signed-off-by: zachaller <[email protected]>
…trafficrouter-plugin
Signed-off-by: zachaller <[email protected]>
Signed-off-by: zachaller <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check my comments
Signed-off-by: zachaller <[email protected]>
Signed-off-by: zachaller <[email protected]>
Signed-off-by: zachaller <[email protected]>
Signed-off-by: zachaller <[email protected]>
Signed-off-by: zachaller <[email protected]>
Signed-off-by: zachaller <[email protected]>
…weight Signed-off-by: zachaller <[email protected]>
Signed-off-by: zachaller <[email protected]>
…trafficrouter-plugin
Signed-off-by: zachaller <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Add traffic router plugin support
This is a continuation of plugins support from #2514
There are two things from the metrics plugin PR that needs to be implemented here still that is a refactor of test to be BDD style. The other is to support multiple plugins names by standardizing around possibly github repo names for the config key for both metrics plugins and traffic router plugins this will require generating safe file names from plugins names like
argoproj-labs/sample-rollouts-metric-plugin
.