airshipctl/pkg/container
Kostiantyn Kalynovskyi 14026aadfd Allow to get container logs asynchronously
This will make sure that stderr of the generic container in gathered
in a go routine, this way we won't have to wait to see debug messages
from the container until it finishes.

Change-Id: I929719c3369f4f5796d452b5f990bf5f28a4c0d5
2021-02-09 16:37:03 +00:00
..
testdata Add generic container executor 2020-11-26 17:11:56 +04:00
api_test.go Implement airship container type 2021-02-08 17:59:11 +00:00
api.go Allow to get container logs asynchronously 2021-02-09 16:37:03 +00:00
constants.go Extending Container interface and package 2020-11-08 13:55:35 +00:00
container_docker_test.go Extend container interface with mounts get log opts 2021-02-08 00:11:29 +00:00
container_docker.go Extend container interface with mounts get log opts 2021-02-08 00:11:29 +00:00
container_test.go Remove not needed context pointers in container interface 2020-10-27 17:28:25 -05:00
container.go Extend container interface with mounts get log opts 2021-02-08 00:11:29 +00:00
errors.go Added error handler for empty runtime entry 2020-04-24 15:34:27 -07:00