client/docs/cmd
Navid Shaikh 7dbb5a5bb0 kn source list-types (builtin types) (#536)
* 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
2019-12-10 11:20:47 -08:00
..
kn.md Add creating ApiServerSource event source to Client (#415) 2019-12-10 03:52:46 -08:00
kn_completion.md Add completion to help message (#478) 2019-11-12 01:32:23 -08:00
kn_plugin.md fixes(#414): change plugins config to use - instead of camel case (#428) 2019-10-04 00:48:08 -07:00
kn_plugin_list.md fixes(#414): change plugins config to use - instead of camel case (#428) 2019-10-04 00:48:08 -07:00
kn_revision.md Add --log-http option (#326) 2019-08-05 23:49:55 -07:00
kn_revision_delete.md update the description of flag namespace (#419) 2019-09-30 01:12:51 -07:00
kn_revision_describe.md Human-readable revision describe (#475) 2019-11-05 17:43:02 -08:00
kn_revision_list.md update the description of flag namespace (#419) 2019-09-30 01:12:51 -07:00
kn_route.md Add --log-http option (#326) 2019-08-05 23:49:55 -07:00
kn_route_describe.md update the description of flag namespace (#419) 2019-09-30 01:12:51 -07:00
kn_route_list.md update the description of flag namespace (#419) 2019-09-30 01:12:51 -07:00
kn_service.md feature(service describe): Output of service details (#252) 2019-08-08 08:23:56 -07:00
kn_service_create.md Add support for envFrom and volumeMounts (#393) 2019-11-06 04:15:03 -08:00
kn_service_delete.md update the description of flag namespace (#419) 2019-09-30 01:12:51 -07:00
kn_service_describe.md update the description of flag namespace (#419) 2019-09-30 01:12:51 -07:00
kn_service_list.md update the description of flag namespace (#419) 2019-09-30 01:12:51 -07:00
kn_service_update.md Add support for envFrom and volumeMounts (#393) 2019-11-06 04:15:03 -08:00
kn_source.md kn source list-types (builtin types) (#536) 2019-12-10 11:20:47 -08:00
kn_source_apiserver.md Add creating ApiServerSource event source to Client (#415) 2019-12-10 03:52:46 -08:00
kn_source_apiserver_create.md Add creating ApiServerSource event source to Client (#415) 2019-12-10 03:52:46 -08:00
kn_source_apiserver_delete.md Add creating ApiServerSource event source to Client (#415) 2019-12-10 03:52:46 -08:00
kn_source_list-types.md kn source list-types (builtin types) (#536) 2019-12-10 11:20:47 -08:00
kn_version.md Add --log-http option (#326) 2019-08-05 23:49:55 -07:00