wait blocks until there are no active processes
()
| 164 | |
| 165 | // wait blocks until there are no active processes |
| 166 | func (as *activeSet) wait() { |
| 167 | as.wg.Wait() |
| 168 | } |
| 169 | |
| 170 | // SingleStream streams the cluster's pod logs and shunts them to a single io.Writer |
| 171 | func (csr *ClusterWriter) SingleStream(ctx context.Context, writer io.Writer) error { |