client/pkg/kn/commands
Naomi Seyfer ffe80b9f87 Specify names on service update and generate names client-side. (#282)
* Groundwork for naming revisions automatically and deliberately

* Tests for name updates

* Add godoc comments

* Changelog entry for naming flags

* Error when trying to BYO revision name to an old-format service

* fix tests again

* Template the names

* Polsh, remove unused flags, generate helptext, add better helptext

* Decapitalize error msg

* Respond to Roland comments

* Forgot to add test file

* Be a good citizen, add more tests, try to get coverage happy.

* true dat

* Re-add implicit service prefix if one was not added.
2019-08-14 15:31:07 -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 Specify names on service update and generate names client-side. (#282) 2019-08-14 15:31:07 -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