client/pkg/kn/commands/route
Roland Huß 9625b5f4c5 chore(plugins, services, routes): Aligned "Not found" messages (#359)
For the sake of consistency with out own service commands and for kubectl,

`kn plugin list` should print:

```
No plugins found.
```

`kn service list` should print:

```
No services found.
```

and not `No resources found.` like it does now.

Same for `kn routes list`.
2019-08-22 00:23:32 -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
list.go chore(plugins, services, routes): Aligned "Not found" messages (#359) 2019-08-22 00:23:32 -07:00
list_flags.go Update serving dependency to 0.8; change all import paths (#368) 2019-08-15 18:09:08 -07:00
list_flags_test.go Update serving dependency to 0.8; change all import paths (#368) 2019-08-15 18:09:08 -07:00
list_test.go chore(plugins, services, routes): Aligned "Not found" messages (#359) 2019-08-22 00:23:32 -07:00
route.go Update serving dependency to 0.8; change all import paths (#368) 2019-08-15 18:09:08 -07:00
route_describe.go Update serving dependency to 0.8; change all import paths (#368) 2019-08-15 18:09:08 -07:00
route_describe_test.go Update serving dependency to 0.8; change all import paths (#368) 2019-08-15 18:09:08 -07:00