client/pkg/kn/commands/flags
Navid Shaikh 2e1a863815
Revisit sink prefixes: Support only 'ksvc' prefix and drop 'svc', 'service' support for knative service (#896)
* Update description for sink flag

 - Add examples for broker, service and URI
 - Add note about default prefix and service alias

* Update the sink flag description

* Update cli conventions doc

* Update the sink prefixes mapping

 - 'ksvc' prefix for knative services
 -  Remove 'svc' or 'service' prefixes mapping for knative services

* Hint in err msg to use 'ksvc' if used prefixes 'svc' or 'service'

* Update CHANGELOG

* Update source list e2e tests to refer ksvc prefix

* Update sink flag description
2020-07-14 00:46:18 -07:00
..
listfilters.go feat(source): Add 'kn source list' (#666) 2020-03-10 00:41:28 -07:00
listfilters_test.go feat(source): Add 'kn source list' (#666) 2020-03-10 00:41:28 -07:00
listprint.go Fix error when output is set to name (#775) 2020-04-13 21:58:15 -07:00
listprint_test.go Fix error when output is set to name (#775) 2020-04-13 21:58:15 -07:00
sink.go Revisit sink prefixes: Support only 'ksvc' prefix and drop 'svc', 'service' support for knative service (#896) 2020-07-14 00:46:18 -07:00
sink_test.go Revisit sink prefixes: Support only 'ksvc' prefix and drop 'svc', 'service' support for knative service (#896) 2020-07-14 00:46:18 -07:00
traffic.go Add support for envFrom and volumeMounts (#393) 2019-11-06 04:15:03 -08:00