client/pkg/kn/commands
Naomi Seyfer b27e366dcb Service describe: information about revision status, tags, latest [created, ready] revisions, and latest traffic (#379)
* Change symbols, add latest and latest ready

* More info on what is latest and tags. Filter annotations and labels.

* Make current tests pass

* More tests

* No longer require Annotations in test

* Add error

* Adjust tests to match adjusted output

* Respond to review comments

* one more

* Fix double printing of revisions + test for it

* Differentiate between latest traffic and latest ready w/o that being reason for traffic

* Re-build with go 1.12

* Rebased

* Limit non-verbose output to error and image

* Fix tests for new format
2019-10-03 11:33:08 -07:00
..
flags feature(service): Implements traffic splitting and tagging targets (#345) 2019-08-15 10:56:08 -07:00
plugin refactor(knclient): Moved KnClient -> KnServingClient (#420) 2019-09-28 09:21:45 -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 Service describe: information about revision status, tags, latest [created, ready] revisions, and latest traffic (#379) 2019-10-03 11:33:08 -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 refactor(knclient): Moved KnClient -> KnServingClient (#420) 2019-09-28 09:21:45 -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 refactor(knclient): Moved KnClient -> KnServingClient (#420) 2019-09-28 09:21:45 -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