client/lib/test
Navid Shaikh ce519b520b
feat: Subscription CRUD (#1013)
* feat: Add subscription CRUD

 - Add kn subscription command group and CRUDL sub-commands
 - create/update uses following flag names for better alignment:
  - --sink for subscriber
  - --sink-reply for reply
  - --sink-dead-letter for dead-letter-sink
 - Add 'subscriptions' and 'sub' aliases
 - Introduce shared library `knative.dev/client/lib/printing`
   to print Sink object in describe output

* Set default channel type messaging.knative.dev/v1beta1:Channel

 i.e. if no prefix is given to `--channel`, consider it of `Channel` type

* Update e2e tests

* Update channel flag description
2020-10-01 09:44:29 -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 Add linting config and fix issues. (#1001) 2020-09-11 05:41:00 -07:00
revision.go Fix exit code on service delete and revision delete (#971) 2020-08-06 03:41:28 -07:00
service.go add e2e for h2c (#1000) 2020-09-11 03:32:00 -07:00
subscription.go feat: Subscription CRUD (#1013) 2020-10-01 09:44:29 -07:00
utils.go fix(e2e): Create next namespace for e2e if one exists (#835) 2020-05-14 04:33:59 -07:00