client/pkg/kn/commands/revision
Tsubasa Nagasawa d0dc3b75f3 feature(service list): Print NAMESPACE column as the first column when --all-namespaces is specified (#366)
* Make `kn service list --all-namespace` print namespace column

`kn service list` should print NAMESPACE column when specifying `--all-namespace` option, which follows the kubectl convention.

* Put services in default namespace at the top of the list

* Switch output of column definitions by priority field

A priority field is handled as follows:
- priority 0: print namespace column
- priority 1: print default columns
- priority 2: print additional columns for wide option

* Don't use AddFlags to bind all namespaces flag

* Update CHANGELOG

* Remove commented codes

* Fix import path

* Clean up

* Remove unnecessary return

* Swap the order of records
2019-08-21 23:57:33 -07:00
..
delete.go Update serving dependency to 0.8; change all import paths (#368) 2019-08-15 18:09:08 -07:00
delete_test.go Update serving dependency to 0.8; change all import paths (#368) 2019-08-15 18:09:08 -07:00
human_readable_flags.go feature(service list): Print NAMESPACE column as the first column when --all-namespaces is specified (#366) 2019-08-21 23:57:33 -07:00
revision.go Update serving dependency to 0.8; change all import paths (#368) 2019-08-15 18:09:08 -07:00
revision_describe.go Update serving dependency to 0.8; change all import paths (#368) 2019-08-15 18:09:08 -07:00
revision_describe_test.go Update serving dependency to 0.8; change all import paths (#368) 2019-08-15 18:09:08 -07:00
revision_list.go Update serving dependency to 0.8; change all import paths (#368) 2019-08-15 18:09:08 -07:00
revision_list_flags.go Update serving dependency to 0.8; change all import paths (#368) 2019-08-15 18:09:08 -07:00
revision_list_test.go Update serving dependency to 0.8; change all import paths (#368) 2019-08-15 18:09:08 -07:00