-
Notifications
You must be signed in to change notification settings - Fork 263
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
Added eventtype support #1598
Added eventtype support #1598
Conversation
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.
@vyasgun: 0 warnings.
In response to this:
Description
Add
eventtype
support inkn
gvyas-mac:client gvyas$ ./kn eventtype list NAME TYPE SOURCE BROKER SCHEMA AGE CONDITIONS READY REASON dev.knative.source.github.push-34cnb dev.knative.source.github.push https://github.com/knative/eventing default 92m 0 OK / 3 False BrokerDoesNotExist : Broker does not exist
Changes
- Added EventingV1Beta1 client to kn params
- Added list subcommand
Reference
Fixes #1478
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.
Codecov Report
@@ Coverage Diff @@
## main #1598 +/- ##
==========================================
+ Coverage 79.80% 79.96% +0.15%
==========================================
Files 163 171 +8
Lines 8824 9089 +265
==========================================
+ Hits 7042 7268 +226
- Misses 1089 1109 +20
- Partials 693 712 +19
Continue to review full report at Codecov.
|
2ab4478
to
fbe3d61
Compare
5301286
to
5de764b
Compare
/retest |
2 similar comments
/retest |
/retest |
@vyasgun thanks a lot for the PR ! Unfortunately I'm super busy this week and on PTO next week. @dsimansk @navidshaikh any chance that you could have a review on this PR ? |
bace203
to
41aa5ea
Compare
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.
@vyasgun overall the PR looks great. I've add concerns about the width of list output, but otherwise I haven't noticed anything major.
5902f38
to
dcf2dd0
Compare
Co-authored-by: David Simansky <[email protected]>
The following is the coverage report on the affected files.
|
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.
Thanks!
/approve
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dsimansk, vyasgun 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 |
Description
Add
eventtype
support inkn
Changes
Reference
Fixes #1478