Files
weave-scope/probe
Roberto Bruggemann 0b86c65e66 Reading pod logs returns all container logs
This is achieved by issuing an http request for each container to kubernetes' API, which yields one Reader for the corresponding container.
`logReadCloser' then reads from the above readers in parallel as data is available, buffering when necessary, forwarding it to clients by implementing the io.ReadCloser interface.
2018-01-03 14:13:17 +00:00
..
2016-12-07 11:22:40 +00:00
2017-12-17 13:28:22 +00:00