client/pkg/kn/commands
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 add missing assertions for command unit tests (#908) 2020-06-25 22:24:28 -07:00
channel Add linting config and fix issues. (#1001) 2020-09-11 05:41:00 -07:00
completion Add grouping for help message + streamlined help messages (#887) 2020-06-18 00:06:25 -07:00
flags feat: Subscription CRUD (#1013) 2020-10-01 09:44:29 -07:00
options Add grouping for help message + streamlined help messages (#887) 2020-06-18 00:06:25 -07:00
plugin Add linting config and fix issues. (#1001) 2020-09-11 05:41:00 -07:00
revision Add linting config and fix issues. (#1001) 2020-09-11 05:41:00 -07:00
route Add grouping for help message + streamlined help messages (#887) 2020-06-18 00:06:25 -07:00
service update error message when autoscaling annotation used in service (#1038) 2020-10-01 01:42:30 -07:00
source Add linting config and fix issues. (#1001) 2020-09-11 05:41:00 -07:00
subscription feat: Subscription CRUD (#1013) 2020-10-01 09:44:29 -07:00
trigger Add linting config and fix issues. (#1001) 2020-09-11 05:41:00 -07:00
version Vendor serving and eventing at v0.17.0 (#984) 2020-08-20 03:22:13 -07:00
describe.go Add linting config and fix issues. (#1001) 2020-09-11 05:41:00 -07:00
describe_test.go Add linting config and fix issues. (#1001) 2020-09-11 05:41:00 -07:00
human_readable_flags.go Add linting config and fix issues. (#1001) 2020-09-11 05:41:00 -07:00
namespaced.go update the description of flag namespace (#419) 2019-09-30 01:12:51 -07:00
namespaced_test.go fix lint errors (#388) 2019-08-24 22:46:13 -07:00
testing_helper.go Add linting config and fix issues. (#1001) 2020-09-11 05:41:00 -07:00
testing_helper_test.go Add grouping for help message + streamlined help messages (#887) 2020-06-18 00:06:25 -07:00
types.go feat(channel): Manage knative eventing channels (#967) 2020-08-25 09:25:49 -07:00
types_test.go feat(channel): Manage knative eventing channels (#967) 2020-08-25 09:25:49 -07:00
wait_flags.go Make wait, no-wait and async flags per bool var CLI convention (#802) 2020-04-14 12:36:16 -07:00
wait_flags_test.go Make wait, no-wait and async flags per bool var CLI convention (#802) 2020-04-14 12:36:16 -07:00