mirror of https://github.com/knative/client.git
* feat: kn source list-types (builtin types)
- Only lists the builtin source types
- Uses client-go dynamic client for listing CRDs
- Adds DyanmicClient interface to KnParams
- Adds printing options
* chore(lint): Address golint suggestions
* Rebase and update venodr/modules.txt
* Adds unit tests for DynamicClient in types.go
* Add kn source list-types command in smoke tests
* Constants for the CRD GVR and source identifier label key value
GVR as:
- Group: apiextensions.k8s.io
- Version: v1beta1
- Resource: customresourcedefinitions
Label as:
{"duck.knative.dev/source": "true"}
* Add tests for dynamic client
* Add description about SinkBinding source type
as - "Binding Pattern for ContainerSource"
* Remove unused imports
* Adds unit tests for list-types command processing
* More unit tests for flags
* Adds e2e tests for kn source list-types
- also test the YAML output
* Sort the source types while listing them
- Update the unit tests accordingly
* Add examples
* Add unit tests for CreateDynamicTestKnCommand
* Fix typo in unit tests
* golint fixes
* Updates to vendor/modules.txt after rebase
* Remove the extra lines
|
||
|---|---|---|
| .. | ||
| kn.md | ||
| kn_completion.md | ||
| kn_plugin.md | ||
| kn_plugin_list.md | ||
| kn_revision.md | ||
| kn_revision_delete.md | ||
| kn_revision_describe.md | ||
| kn_revision_list.md | ||
| kn_route.md | ||
| kn_route_describe.md | ||
| kn_route_list.md | ||
| kn_service.md | ||
| kn_service_create.md | ||
| kn_service_delete.md | ||
| kn_service_describe.md | ||
| kn_service_list.md | ||
| kn_service_update.md | ||
| kn_source.md | ||
| kn_source_apiserver.md | ||
| kn_source_apiserver_create.md | ||
| kn_source_apiserver_delete.md | ||
| kn_source_list-types.md | ||
| kn_version.md | ||