client/pkg/kn/commands/plugin
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
..
plugin.go Update serving dependency to 0.8; change all import paths (#368) 2019-08-15 18:09:08 -07:00
plugin_handler.go refactor(plugins): Improved and simplified verifier and plugin list (#313) 2019-08-08 14:30:59 -07:00
plugin_handler_test.go Implements Kn plugins re-using some code from kubectl plugins. (#249) 2019-07-26 13:29:48 -07:00
plugin_list.go chore(plugins, services, routes): Aligned "Not found" messages (#359) 2019-08-22 00:23:32 -07:00
plugin_list_flags.go refactor(plugins): Improved and simplified verifier and plugin list (#313) 2019-08-08 14:30:59 -07:00
plugin_list_flags_test.go refactor(plugins): Improved and simplified verifier and plugin list (#313) 2019-08-08 14:30:59 -07:00
plugin_list_test.go chore(plugins, services, routes): Aligned "Not found" messages (#359) 2019-08-22 00:23:32 -07:00
plugin_test.go Update serving dependency to 0.8; change all import paths (#368) 2019-08-15 18:09:08 -07:00
plugin_test_helper.go refactor(plugins): Improved and simplified verifier and plugin list (#313) 2019-08-08 14:30:59 -07:00
plugin_verifier.go Portable plugin executable check for Windows platform (#367) 2019-08-15 15:28:07 -07:00
plugin_verifier_test.go Update serving dependency to 0.8; change all import paths (#368) 2019-08-15 18:09:08 -07:00
plugin_verifier_windows.go Portable plugin executable check for Windows platform (#367) 2019-08-15 15:28:07 -07:00