Versions in this module Expand all Collapse all v0 v0.1.9 Oct 23, 2020 Changes in this version + func BatchResults(batchSize int, results []Result) [][]Result + type ExecResult struct + Error error + StdErr string + StdOut string + type Result struct + Container v1.Container + ExecResult ExecResult + Pod v1.Pod + func (result *Result) Print()