-
Notifications
You must be signed in to change notification settings - Fork 30
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
followup changes from #685 #703
followup changes from #685 #703
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #703 +/- ##
===========================================
+ Coverage 66.97% 78.78% +11.80%
===========================================
Files 15 17 +2
Lines 863 1249 +386
===========================================
+ Hits 578 984 +406
+ Misses 254 229 -25
- Partials 31 36 +5 ☔ View full report in Codecov by Sentry. |
/hold for #701 |
/hold cancel other PR merged - but you'll need to rebase |
* addressing PR comments from knative-extensions#685
1a328b5
to
3d387b5
Compare
* code in config only allows a single Gateway, and if none are provided, it will use the defaults.
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.
just need a minor change in an error message
* don't want to trigger re-reconciling if it doesn't exist
* marking as not ready was overwriting the failed status
/lgtm thanks for the cleanup |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dprotaso, KauzClay 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 |
/override "Generate some code!" |
@dprotaso: Overrode contexts on behalf of dprotaso: Generate some code!, style / suggester / github_actions, style / suggester / yaml In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Changes
/kind cleanup
Fixes #665
Release Note
Docs