client/pkg/kn/commands/service
Roland Huß 98184eafbc refactor(serving): KnClient interface for single point of cluster access (#134)
* fix(serving): Remove hardcoded GVK and look it up from schema

Fixes #133.

* chore(serving): Add test for "WaitForService()"

* refactor(service): Add listRoutes() to client + generic way for list options

* chore(serving): Fixing rebase conflicts
2019-07-08 10:08:34 -07:00
..
configuration_edit_flags.go Fixes `limits-memory` and `requests-memory` descriptions (#198) 2019-06-28 12:04:08 -07:00
human_readable_flags.go Renames service 'get' to 'list' (#179) 2019-06-13 13:56:43 -07:00
service.go Renames service 'get' to 'list' (#179) 2019-06-13 13:56:43 -07:00
service_create.go refactor(serving): KnClient interface for single point of cluster access (#134) 2019-07-08 10:08:34 -07:00
service_create_test.go refactor(serving): KnClient interface for single point of cluster access (#134) 2019-07-08 10:08:34 -07:00
service_delete.go refactor(serving): KnClient interface for single point of cluster access (#134) 2019-07-08 10:08:34 -07:00
service_describe.go refactor(serving): KnClient interface for single point of cluster access (#134) 2019-07-08 10:08:34 -07:00
service_describe_test.go Regroups code to use subpackages. Finishes issue #66 (#145) 2019-06-05 16:30:38 -07:00
service_list.go refactor(serving): KnClient interface for single point of cluster access (#134) 2019-07-08 10:08:34 -07:00
service_list_flags.go Renames service 'get' to 'list' (#179) 2019-06-13 13:56:43 -07:00
service_list_test.go refactor(serving): KnClient interface for single point of cluster access (#134) 2019-07-08 10:08:34 -07:00
service_update.go refactor(serving): KnClient interface for single point of cluster access (#134) 2019-07-08 10:08:34 -07:00
service_update_test.go fix(service update): Print success message after successful update (#169) 2019-06-17 12:23:45 -07:00
wait_args.go Add kn revision delete command (#207) 2019-06-28 10:21:08 -07:00