Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Buffer ¶
type Buffer struct {
// contains filtered or unexported fields
}
bytes.Buffer from the stdlib is non-thread safe, thus our custom implementation. Unfortunately, we cannot use io.Pipe, as Write() blocks until Read() has read all content, which makes it deadlock-prone when used with ExecInPodWithWriters() running in a separate goroutine.
Click to show internal directories.
Click to hide internal directories.