kubectlk8s.io/kubectl/pkg/util/term

Imports of package term

PathSynopsis
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/mitchellh/go-wordwrap
github.com/moby/termPackage term provides structures and helper functions to work with terminal (state, sizes).
golang.org/x/sys/unix
ioPackage io provides basic interfaces to I/O primitives.
k8s.io/apimachinery/pkg/util/runtime
k8s.io/client-go/tools/remotecommandPackage remotecommand adds support for executing commands in containers, with support for separate stdin, stdout, and stderr streams, as well as TTY.
k8s.io/kubectl/pkg/util/interrupt
osPackage os provides a platform-independent interface to operating system functionality.
os/signalPackage signal implements access to incoming signals.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.