client/pkg/kn/commands/revision
Tsubasa Nagasawa 8e5302c741 List revisions sorted by configuration generation (#332)
* List revisions sorted by generation order

We use a configuration generation as a sort key, which is obtained from a label on configuration resource.

* Change column name from order to generation

* Fix revision sorting issue

* Fix revision e2e test

* Just sort by name if invalid type of generation found

* Update CHANGELOG
2019-08-06 03:13:54 -07:00
..
delete.go refactor(serving): KnClient interface for single point of cluster access (#134) 2019-07-08 10:08:34 -07:00
delete_test.go Add custom comparison for checking multiple substrings (#227) 2019-07-05 10:07:32 -07:00
human_readable_flags.go List revisions sorted by configuration generation (#332) 2019-08-06 03:13:54 -07:00
revision.go Add kn revision delete command (#207) 2019-06-28 10:21:08 -07:00
revision_describe.go refactor(serving): KnClient interface for single point of cluster access (#134) 2019-07-08 10:08:34 -07:00
revision_describe_test.go Regroups code to use subpackages. Finishes issue #66 (#145) 2019-06-05 16:30:38 -07:00
revision_list.go List revisions sorted by configuration generation (#332) 2019-08-06 03:13:54 -07:00
revision_list_flags.go List revisions for a given service (#194) 2019-06-20 13:29:00 -07:00
revision_list_test.go List revisions sorted by configuration generation (#332) 2019-08-06 03:13:54 -07:00