-
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
kn source list-types - List all available source types #511
Comments
Separated the list-type in this issue from #497 |
/assign |
@navidshaikh Is this task done or is there still something needed ? (like plugin support) |
@rhuss : Plugin support remaining, also there was a mention about listing whether the source type is builtin or otherwise. So we can add a check list or fork new issues. |
I would create a new issue, so that I can move that to the "Done" column in https://github.com/knative/client/projects/1 ;-) |
Created #633 for remaining items. /close |
@navidshaikh: Closing this issue. 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. |
…tive#511) * Add a screenshot of the GitHub branch check setting for clarity. * Markdown linting.
This command list the source type CRDs, as discussed in the MVP doc.
It's all about to list all possible source types which can be used with a "kn source create"
General description from the eventing spec documentation (might become outdated, the spec is the authorative specification):
In this example output, typed and generic sources are listed together. For generic sources a short type name calculated from the full CRD name as described in Guessable CRD names is shown. Optionally an additional column should be presented in verbose output to indicate the kind of source support (builtin/plugin/generic).
This is just a sample output, the details would have to be determined during implementation. For generic sources it should be checked whether a description could be extracted from the CRD directly so that it could be presented in the Description column.
The list above is created by performing the following steps:
The text was updated successfully, but these errors were encountered: