-
Notifications
You must be signed in to change notification settings - Fork 593
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
Eventing TLS: migrate all resolver.URIResolver
usages over to AddressableFromDestinationV1
#6878
Comments
@pierDipi: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed 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. |
AddressableFromDestinationV1
AddressableFromDestinationV1
AddressableFromDestinationV1
resolver.URIResolver
usages over to AddressableFromDestinationV1
/assign |
…ableFromDestinationV1 (#6883) Fixes #6878 <!-- Please include the 'why' behind your changes if no issue exists --> ## Proposed Changes <!-- Please categorize your changes: - 🎁 Add new feature - 🐛 Fix bug - 🧹 Update or clean up current behavior - 🗑️ Remove feature or internal logic --> - updated dependency to `knative.dev/pkg@v0.0.0-20230420071539-300df436f953` ### Pre-review Checklist <!-- If these boxes are not checked, you will be asked to complete these requirements or explain why they do not apply to your PR. --> - [x] **At least 80% unit test coverage** - [x] **E2E tests** for any new behavior - [ ] **Docs PR** for any user-facing impact - [ ] **Spec PR** for any new API feature - [ ] **Conformance test** for any change to the spec **Release Note** <!-- 📄 If this change has user-visible impact, write a release note in the block below. Include the string "action required" if additional action is required of users switching to the new release, for example in case of a breaking change. Write as if you are speaking to users, not other Knative contributors. If this change has no user-visible impact, no release note is needed. --> ```release-note ``` **Docs** <!-- 📖 If this change has user-visible impact, link to an issue or PR in https://github.com/knative/docs. --> --------- Signed-off-by: Vishal Choudhary <sendtovishalchoudhary@gmail.com> Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com> Signed-off-by: Knative Automation <automation@knative.team> Co-authored-by: Rahul kumar <68837569+Rahul-Kumar-prog@users.noreply.github.com> Co-authored-by: Pierangelo Di Pilato <pierdipi@redhat.com> Co-authored-by: knative-automation <automation@knative.team>
Problem
in knative/pkg#2714, we have implemented the algorithm described in the feature track, now, we need to migrate the usages of resolver.URIResolver over to use
AddressableFromDestinationV1
Exit Criteria
Migrate all resolver.URIResolver usage over to
AddressableFromDestinationV1
Time Estimate (optional):
How many developer-days do you think this may take to resolve?
1
Additional context (optional)
/good-first-issue
The text was updated successfully, but these errors were encountered: