package
1.19.0
Repository: https://github.com/containerd/cri-containerd.git
Documentation: pkg.go.dev

# Functions

NewContainerIO creates container io.
NewCRILogger returns a write closer which redirect container log into log file, and decorate the log line into CRI defined format.
NewDiscardLogger creates logger which discards all the input.
NewExecIO creates exec io.
WithFIFOs specifies existing fifos for the container io.
WithNewFIFOs creates new fifos for the container io.

# Constants

Stderr stream type.
Stdin stream type.
Stdout stream type.

# Structs

AttachOptions specifies how to attach to a container.
ContainerIO holds the container io.
ExecIO holds the exec io.

# Type aliases

ContainerIOOpts sets specific information to newly created ContainerIO.
StreamType is the type of the stream, stdout/stderr.