This repository has been archived by the owner on Jun 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to eventing v1 apis and eventing 0.22 (#2199)
* Replace usage of eventing v1beta1 APIs with v1 The v1beta1 versions of Broker and Trigger have been removed from upstream. The v1 version has an identical schema, so replacing is just import juggling. * use eventing duck v1 in broker * stop using eventing v1beta1 apis in channel code * fix typo * fix typo * update codegen * Remove usage of eventing duck v1alpha1 * Update deps * update codegen * fix some cloudevents client breakages * Use v1 types in transformation test * Use v1 helpers in tests and elsewhere * Replace tracing helpers removed from cloudevents sdk StartChildSpan and friends are now in the knative-gcp tracing package. * Use correct broker class helper * Use correct trigger creation helper * Use correct e2e test helpers * More e2e helper fixes * change broker GVK for tests to v1 * correct broker and trigger api version in conformance tests * Remove usage of --strict in ko commands --strict was removed from ko and strict mode is now the default. * revert --strict change to vendored file * upgrade deps to get --strict change * update codegen * Upgrade to eventing 0.22 apis * update codegen * back to the old naming scheme * back to the old naming scheme 2 * Use correct e2e test helpers * BrokerOpts still uses v1beta1 in 0.22 * Fix a few bits that still use broker v1beta1 * add trigger v1 dependency annotation option * use v1 broker in tests * use correct broker typemeta * *really* use eventing v1 * hack to fix eventing 0.22 subscriber v1/v1beta1 bug; use trigger v1 * **really** use v1 trigger * fork broker event transformation test helper to use correct broker version * fork broker channel flow helper to use correct broker type * use v1 subscription in conformance test * use serving 0.22.0 and eventing 0.22.1 in tests * link to tracking issues for TODOs Co-authored-by: Tommy Reddad <reddad@google.com>
- Loading branch information
1 parent
930cae6
commit 45ef817
Showing
767 changed files
with
32,611 additions
and
14,752 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.