# Functions
ExecBuffered executes a command for kubernetes and returns the output and error buffers.
ExecStream executes a command and streams the output to the given streams.
ExecStreamWithTransport executes a kubectl exec with given transport round tripper and upgrader.
GetUpgraderWrapper returns an upgrade wrapper for the given config @Factory.
SetupTTY creates a term.TTY (docker).
# Constants
SubResourceAttach attaches to the top process of the container.
SubResourceExec creates a new process in the container and attaches to that.
# Structs
ExecStreamOptions are the options for ExecStream.
ExecStreamWithTransportOptions are the options used for executing a stream.
# Type aliases
SubResource specifies with sub resources should be used for the container connection (exec or attach).