-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Relax validation to allow Ref to be things other than Ksvc #10210
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
Conversation
As well as removing the validation, this required changing the validation in the reconciler to permit '/' as the Path, since it turns out the addressable resolver adds this for services.
Codecov Report
@@ Coverage Diff @@
## master #10210 +/- ##
==========================================
+ Coverage 88.10% 88.18% +0.08%
==========================================
Files 184 184
Lines 8615 8606 -9
==========================================
- Hits 7590 7589 -1
+ Misses 789 784 -5
+ Partials 236 233 -3
Continue to review full report at Codecov.
|
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
/approve
/hold For the actual reviewers :) |
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
/unhold
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: julz, markusthoemmes, vagababov The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…0210) As well as removing the validation, this required changing the validation in the reconciler to permit '/' as the Path, since it turns out the addressable resolver adds this for services.
…0210) As well as removing the validation, this required changing the validation in the reconciler to permit '/' as the Path, since it turns out the addressable resolver adds this for services.
Something something #9713.
Relaxes the validation since we now support DomainMapping targets that aren't KSvcs.
As well as relaxing the api type validation, this also relaxes the validation in the reconciler to permit a single '/' for the Path, since it turns out the addressable resolver returns this for services.
Release Note
/assign @mattmoor @vagababov