client/pkg
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
..
dynamic kn source list-types (builtin types) (#536) 2019-12-10 11:20:47 -08:00
errors check if status detail is nil (#380) 2019-08-20 02:24:06 -07:00
eventing/sources/v1alpha1 kn source list-types (builtin types) (#536) 2019-12-10 11:20:47 -08:00
kn kn source list-types (builtin types) (#536) 2019-12-10 11:20:47 -08:00
printers Human-readable revision describe (#475) 2019-11-05 17:43:02 -08:00
serving In waiting for ready, watch falls back to polling. (#491) 2019-11-19 22:48:08 -08:00
util shorten the --log-http Authorization mask value (#484) 2019-11-18 13:08:07 -08:00
v1alpha1 Add dependencies to Eventing 0.9.0 (#470) 2019-11-12 00:41:22 -08:00
wait In waiting for ready, watch falls back to polling. (#491) 2019-11-19 22:48:08 -08:00
dummy_test.go Use knative.dev/test-infra (#319) 2019-07-31 03:20:43 -07:00