client/pkg/kn/commands
Navid Shaikh 15dec583ca
Implement human readable output for kn route describe (#643)
* Implement human readable output for kn route describe

 - Keeps the machine readable output
 - Align the command description text, check for single argument, reported error messages and unit tests in service, revision, route, source binding describe commands

* Dont print separate section for owner references

* Print Service heading irrespective of owner.Kind == Service

* Align desc, err msg for trigger, apiserver and cronjob source
2020-02-10 07:46:07 -08:00
..
completion feature(serving): Update API to serving.knative.dev/v1 (#640) 2020-02-07 02:03:14 -08:00
flags feature(serving): Update API to serving.knative.dev/v1 (#640) 2020-02-07 02:03:14 -08:00
plugin load config values from viper if present in config (#468) 2019-12-19 02:24:31 -08:00
revision Implement human readable output for kn route describe (#643) 2020-02-10 07:46:07 -08:00
route Implement human readable output for kn route describe (#643) 2020-02-10 07:46:07 -08:00
service Implement human readable output for kn route describe (#643) 2020-02-10 07:46:07 -08:00
source Implement human readable output for kn route describe (#643) 2020-02-10 07:46:07 -08:00
trigger Implement human readable output for kn route describe (#643) 2020-02-10 07:46:07 -08:00
version feature(serving): Update API to serving.knative.dev/v1 (#640) 2020-02-07 02:03:14 -08:00
describe.go Human-readable revision describe (#475) 2019-11-05 17:43:02 -08:00
describe_test.go Human-readable revision describe (#475) 2019-11-05 17:43:02 -08:00
human_readable_flags.go feature(source binding): Support for Sink Binding as source (#625) 2020-01-29 12:08:27 -08: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 feature(serving): Update API to serving.knative.dev/v1 (#640) 2020-02-07 02:03:14 -08:00
testing_helper_test.go feature(serving): Update API to serving.knative.dev/v1 (#640) 2020-02-07 02:03:14 -08:00
types.go feature(serving): Update API to serving.knative.dev/v1 (#640) 2020-02-07 02:03:14 -08:00
types_test.go Add ApiServer source update and describe commands (#556) 2019-12-16 09:42:01 -08:00
wait_flags.go Rename --async to --no-wait and deprecate it (#639) 2020-02-08 02:52:14 -08:00
wait_flags_test.go Rename --async to --no-wait and deprecate it (#639) 2020-02-08 02:52:14 -08:00