client/pkg/kn/commands/source/container
Yevhen Vydolob 563f1d9294
Fix service/revision list output with '-o' param (#1276)
* Fix service/revision list output with '-o' param

Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>

* Update CHANGELOG

Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>

* Simplify output flag check

Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>

* Respect '-o' in all list commands

Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>

* Fix imports

Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>

* Fix e2e test

Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>

* Fix e2e test

Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>

* Remove unnecessary import

Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>

* Fix import

Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>

* Fix tests

Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
2021-04-13 07:53:00 -07:00
..
container.go Add command group for ContainerSource (#1016) 2020-12-02 05:56:51 -08:00
container_test.go Add command group for ContainerSource (#1016) 2020-12-02 05:56:51 -08:00
create.go Use context.Context in API methods (#1274) 2021-03-26 09:23:20 -07:00
create_test.go Upgrade a few assorted dependencies (#1220) 2021-02-12 05:55:50 -08:00
delete.go Use context.Context in API methods (#1274) 2021-03-26 09:23:20 -07:00
delete_test.go Upgrade a few assorted dependencies (#1220) 2021-02-12 05:55:50 -08:00
describe.go Use context.Context in API methods (#1274) 2021-03-26 09:23:20 -07:00
describe_test.go Upgrade a few assorted dependencies (#1220) 2021-02-12 05:55:50 -08:00
human_readable_flags.go Enable gosec linter and fix existing issues (#1228) 2021-02-16 02:17:26 -08:00
list.go Fix service/revision list output with '-o' param (#1276) 2021-04-13 07:53:00 -07:00
list_test.go Fix service/revision list output with '-o' param (#1276) 2021-04-13 07:53:00 -07:00
update.go Use context.Context in API methods (#1274) 2021-03-26 09:23:20 -07:00
update_test.go Upgrade a few assorted dependencies (#1220) 2021-02-12 05:55:50 -08:00