client/pkg/kn/commands/service
Roland Huß 26fb47c1d6 fix(service): Show URL (external) instead of Address (internal) when listing service (#247)
* fix(service): Pick up new field Address instead of Domain when listing service

Starting with 0.7.0 old fields are not populated anymore. Let's switch to the new fields then.

This fix should work with 0.6.0, too as the new fields already have been populated back then.

So we can unconditionally pick status.address.url which is accordance with
our policy to support the latest release and the release before.

Fixes #246.

* fix(service list): Use status.URL instead of status.Address in column

* chore: Rebase and update changelog

* chore: Rebase and test fix
2019-07-10 09:23:09 -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 fix(service): Show URL (external) instead of Address (internal) when listing service (#247) 2019-07-10 09:23:09 -07:00
service.go Renames service 'get' to 'list' (#179) 2019-06-13 13:56:43 -07:00
service_create.go refactor(service): Removed io.writer from of KnClient.WaitForService() (#248) 2019-07-08 11:57: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 get a particular service and revision based on name parameter (#150) 2019-07-10 02:39:05 -07:00
service_list_flags.go Renames service 'get' to 'list' (#179) 2019-06-13 13:56:43 -07:00
service_list_test.go fix(service): Show URL (external) instead of Address (internal) when listing service (#247) 2019-07-10 09:23:09 -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