mirror of https://github.com/knative/client.git
* 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 |
||
|---|---|---|
| .. | ||
| delete.go | ||
| delete_test.go | ||
| human_readable_flags.go | ||
| revision.go | ||
| revision_describe.go | ||
| revision_describe_test.go | ||
| revision_list.go | ||
| revision_list_flags.go | ||
| revision_list_test.go | ||