client/pkg/kn/commands
Doug Davis 74b3e10f76 Add support for -A variant of --all-namespaces (#356)
* Add support for -A variant of --all-namespaces

-A is my newest favorite kubectl flag, it's so much easier/faster to type
than --all-namespaces. kn users should benefit from it too!

Signed-off-by: Doug Davis <dug@us.ibm.com>

* tweak tests

Signed-off-by: Doug Davis <dug@us.ibm.com>
2019-08-09 07:01:05 -07:00
..
plugin refactor(plugins): Improved and simplified verifier and plugin list (#313) 2019-08-08 14:30:59 -07:00
revision List revisions sorted by configuration generation (#332) 2019-08-06 03:13:54 -07:00
route add route describe feature and test (#251) 2019-07-12 05:06:37 -07:00
service list services sorted by alphabetical order (#330) 2019-08-09 01:00:04 -07:00
completion.go fix(build): Minor build optimizations (#265) 2019-07-15 13:21:27 -07:00
completion_test.go test(commands): backfills gotest.tools tests for version & completion cmds (#223) 2019-07-09 11:44:55 -07:00
human_readable_flags.go Regroups code to use subpackages. Finishes issue #66 (#145) 2019-06-05 16:30:38 -07:00
namespaced.go Add support for -A variant of --all-namespaces (#356) 2019-08-09 07:01:05 -07:00
namespaced_test.go Add support for -A variant of --all-namespaces (#356) 2019-08-09 07:01:05 -07:00
testing_helper.go feature(testing): Introduce a mock implementation for KnClient (#306) 2019-07-30 17:51:42 -07:00
testing_helper_test.go Implements Kn plugins re-using some code from kubectl plugins. (#249) 2019-07-26 13:29:48 -07:00
types.go Add --log-http option (#326) 2019-08-05 23:49:55 -07:00
types_test.go Add --log-http option (#326) 2019-08-05 23:49:55 -07:00
version.go Regroups code to use subpackages. Finishes issue #66 (#145) 2019-06-05 16:30:38 -07:00
version_test.go test(commands): backfills gotest.tools tests for version & completion cmds (#223) 2019-07-09 11:44:55 -07:00
wait_flags.go feature(service): Wait on update for service to become ready. (#271) 2019-07-22 10:52:35 -07:00
wait_flags_test.go feature(service): Wait on update for service to become ready. (#271) 2019-07-22 10:52:35 -07:00