client/pkg/kn/commands/source/container
Ying Chun Guo 45162fb5d8
Add command group for ContainerSource (#1016)
* add container source create and delete

* add update and list commands

* add describe command

* add e2e test

* add more tests

* changes to address review comments
2020-12-02 05:56:51 -08: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 Add command group for ContainerSource (#1016) 2020-12-02 05:56:51 -08:00
create_test.go Add command group for ContainerSource (#1016) 2020-12-02 05:56:51 -08:00
delete.go Add command group for ContainerSource (#1016) 2020-12-02 05:56:51 -08:00
delete_test.go Add command group for ContainerSource (#1016) 2020-12-02 05:56:51 -08:00
describe.go Add command group for ContainerSource (#1016) 2020-12-02 05:56:51 -08:00
describe_test.go Add command group for ContainerSource (#1016) 2020-12-02 05:56:51 -08:00
human_readable_flags.go Add command group for ContainerSource (#1016) 2020-12-02 05:56:51 -08:00
list.go Add command group for ContainerSource (#1016) 2020-12-02 05:56:51 -08:00
list_test.go Add command group for ContainerSource (#1016) 2020-12-02 05:56:51 -08:00
update.go Add command group for ContainerSource (#1016) 2020-12-02 05:56:51 -08:00
update_test.go Add command group for ContainerSource (#1016) 2020-12-02 05:56:51 -08:00