client/lib/test
Navid Shaikh 5ed353d36b
feat(channel): Manage knative eventing channels (#967)
* feat(channel): Manage knative eventing channels

- Support specifying the type of channel to create using --type.
 - Default is to use messaging layer configuration for channels
- Channel type aliases via kn config and alias for InMemoryChannel
 - User can now configure channel type aliases in kn config and specify
   alias to GVK mappings for easy reference on CLI and refer with `--type` flag
 - User can also use inbuilt alias 'imc' for InMemoryChannel

* Let channel reconcile, sleep for 5 secs after creation

* Add imcv1 and imcv1beta1 aliases

* Rename imcv1 alias to imc
2020-08-25 09:25:49 -07:00
..
broker.go Add support for internal plugins (#902) 2020-08-25 04:34:48 -07:00
capture_output.go Add grouping for help message + streamlined help messages (#887) 2020-06-18 00:06:25 -07:00
channel.go feat(channel): Manage knative eventing channels (#967) 2020-08-25 09:25:49 -07:00
cli.go Replace pkg/errors with stdlib errors. (#853) 2020-05-25 08:10:47 -07:00
flags.go (refactor) address the e2e extract / refactor of issue #763 (#765) 2020-04-01 09:21:18 -07:00
integration.go build test images for e2e (#974) 2020-08-20 04:42:13 -07:00
result_collector.go fix(#772) refactored / simplified parameters to KnResultCollector (#773) 2020-04-08 02:18:01 -07:00
revision.go Fix exit code on service delete and revision delete (#971) 2020-08-06 03:41:28 -07:00
service.go build test images for e2e (#974) 2020-08-20 04:42:13 -07:00
utils.go fix(e2e): Create next namespace for e2e if one exists (#835) 2020-05-14 04:33:59 -07:00