feat: Added the optional appProtocol field to Canary.Service#1185
Merged
aryan9600 merged 1 commit intofluxcd:mainfrom May 19, 2022
Merged
feat: Added the optional appProtocol field to Canary.Service#1185aryan9600 merged 1 commit intofluxcd:mainfrom
aryan9600 merged 1 commit intofluxcd:mainfrom
Conversation
9b97614 to
fafe14e
Compare
Member
|
Hi @philnichol, thanks for this PR! To answer your questions:
|
fafe14e to
e2f04cd
Compare
Contributor
Author
|
Hi @aryan9600 , thanks for the feedback! I've updated the fixtures and tests, please let me know if I've missed anything. |
Codecov Report
@@ Coverage Diff @@
## main #1185 +/- ##
==========================================
- Coverage 56.78% 54.96% -1.82%
==========================================
Files 79 79
Lines 6622 6642 +20
==========================================
- Hits 3760 3651 -109
- Misses 2304 2418 +114
- Partials 558 573 +15
Continue to review full report at Codecov.
|
aryan9600
requested changes
May 14, 2022
e2f04cd to
6cd8ddd
Compare
Signed-off-by: Phil Nichol <35630607+philnichol@users.noreply.github.com>
6cd8ddd to
d798988
Compare
Contributor
Author
|
@aryan9600 have added that too, apologies for oversight. |
aryan9600
approved these changes
May 15, 2022
Member
aryan9600
left a comment
There was a problem hiding this comment.
Thanks for the patience while addressing all the comments, this LGTM now! 🚀
Contributor
Author
|
Thank you for the patience in reviewing it! |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #1177
Hi, and thanks in advance for your review, and apologies for the questions!
This does work locally, it propagates the appProtocol field to the services if set, and works as expected without.
Raised as a draft since I had a couple of questions: