mirror of https://github.com/knative/client.git
* 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 |
||
|---|---|---|
| .. | ||
| configuration_edit_flags.go | ||
| human_readable_flags.go | ||
| service.go | ||
| service_create.go | ||
| service_create_test.go | ||
| service_delete.go | ||
| service_describe.go | ||
| service_describe_test.go | ||
| service_list.go | ||
| service_list_flags.go | ||
| service_list_test.go | ||
| service_update.go | ||
| service_update_test.go | ||
| wait_args.go | ||