client/pkg/kn/commands
Navid Shaikh 2f7fa6a7c2 feat(annotations): Adds annotation flag for service create and update (#422)
* feat(annotations): Adds annotation flag for service create and update

  - Adds specified annotations to service object meta and revision template meta
  - Adds --annotation / -a flag to service create and update options
  - User can specify '-' at the end of the annotation key to remove an annotation
  - Adds unit and e2e tests
  - Updates docs and changelog accordingly

* Adds example for service create with annotation

* Adds mock unit tests for service update with annotations

* Removes the short hand -a for annotation flag
2019-10-04 06:40:05 -07:00
..
flags feature(service): Implements traffic splitting and tagging targets (#345) 2019-08-15 10:56:08 -07:00
plugin fixes(#414): change plugins config to use - instead of camel case (#428) 2019-10-04 00:48:08 -07:00
revision refactor(knclient): Moved KnClient -> KnServingClient (#420) 2019-09-28 09:21:45 -07:00
route Rename go files under command group dir (#245) 2019-09-06 00:13:03 -07:00
service feat(annotations): Adds annotation flag for service create and update (#422) 2019-10-04 06:40:05 -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 Added --no-headers flag for resource listing (#262) 2019-09-03 00:31:00 -07:00
namespaced.go update the description of flag namespace (#419) 2019-09-30 01:12:51 -07:00
namespaced_test.go fix lint errors (#388) 2019-08-24 22:46:13 -07:00
testing_helper.go fixes(#414): change plugins config to use - instead of camel case (#428) 2019-10-04 00:48:08 -07:00
testing_helper_test.go Update serving dependency to 0.8; change all import paths (#368) 2019-08-15 18:09:08 -07:00
types.go fixes(#414): change plugins config to use - instead of camel case (#428) 2019-10-04 00:48:08 -07:00
types_test.go fix analyzer warnings (#412) 2019-09-23 03:03:12 -07:00
version.go kn version command to list supported serving versions and APIs (#370) 2019-08-19 15:25:59 -07:00
version_test.go kn version command to list supported serving versions and APIs (#370) 2019-08-19 15:25:59 -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