-
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
fix: support only tls in virtual services #2502
Conversation
Signed-off-by: zachaller <[email protected]>
Signed-off-by: zachaller <[email protected]>
Codecov ReportBase: 81.68% // Head: 81.70% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #2502 +/- ##
==========================================
+ Coverage 81.68% 81.70% +0.01%
==========================================
Files 126 126
Lines 19132 19135 +3
==========================================
+ Hits 15628 15634 +6
+ Misses 2710 2708 -2
+ Partials 794 793 -1
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]>
Signed-off-by: zachaller <[email protected]>
Signed-off-by: zachaller <[email protected]>
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.
—— SHIP IT ——
,:',:`,:'
__||_||_||_||__
____["""""""""""""""]____
\ " '''''''''''''''''''' |
~^~~^~^~^^~^~^~^~^~^~^~^~~^~^~^^~~^~^
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.
Minor change request
Signed-off-by: zachaller <[email protected]>
Signed-off-by: zachaller <[email protected]>
Signed-off-by: zachaller <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
* fix: support only tls in virtual services Signed-off-by: zachaller <[email protected]> * fix typo Signed-off-by: zachaller <[email protected]> * add test file Signed-off-by: zachaller <[email protected]> * add unit test Signed-off-by: zachaller <[email protected]> * cleanup test Signed-off-by: zachaller <[email protected]> * remove comment Signed-off-by: zachaller <[email protected]> * improve comment Signed-off-by: zachaller <[email protected]> * remove /n Signed-off-by: zachaller <[email protected]> * re-ran codegen Signed-off-by: zachaller <[email protected]> * re-run codegen for 2023 Signed-off-by: zachaller <[email protected]> Signed-off-by: zachaller <[email protected]>
* fix: support only tls in virtual services Signed-off-by: zachaller <[email protected]> * fix typo Signed-off-by: zachaller <[email protected]> * add test file Signed-off-by: zachaller <[email protected]> * add unit test Signed-off-by: zachaller <[email protected]> * cleanup test Signed-off-by: zachaller <[email protected]> * remove comment Signed-off-by: zachaller <[email protected]> * improve comment Signed-off-by: zachaller <[email protected]> * remove /n Signed-off-by: zachaller <[email protected]> * re-ran codegen Signed-off-by: zachaller <[email protected]> * re-run codegen for 2023 Signed-off-by: zachaller <[email protected]> Signed-off-by: zachaller <[email protected]>
* fix: support only tls in virtual services Signed-off-by: zachaller <[email protected]> * fix typo Signed-off-by: zachaller <[email protected]> * add test file Signed-off-by: zachaller <[email protected]> * add unit test Signed-off-by: zachaller <[email protected]> * cleanup test Signed-off-by: zachaller <[email protected]> * remove comment Signed-off-by: zachaller <[email protected]> * improve comment Signed-off-by: zachaller <[email protected]> * remove /n Signed-off-by: zachaller <[email protected]> * re-ran codegen Signed-off-by: zachaller <[email protected]> * re-run codegen for 2023 Signed-off-by: zachaller <[email protected]> Signed-off-by: zachaller <[email protected]> Signed-off-by: Travis Perdue <[email protected]>
* fix: support only tls in virtual services Signed-off-by: zachaller <[email protected]> * fix typo Signed-off-by: zachaller <[email protected]> * add test file Signed-off-by: zachaller <[email protected]> * add unit test Signed-off-by: zachaller <[email protected]> * cleanup test Signed-off-by: zachaller <[email protected]> * remove comment Signed-off-by: zachaller <[email protected]> * improve comment Signed-off-by: zachaller <[email protected]> * remove /n Signed-off-by: zachaller <[email protected]> * re-ran codegen Signed-off-by: zachaller <[email protected]> * re-run codegen for 2023 Signed-off-by: zachaller <[email protected]> Signed-off-by: zachaller <[email protected]> Signed-off-by: Travis Perdue <[email protected]>
fixes: #2501
Signed-off-by: zachaller [email protected]