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/docker/docker/pkg/term
github.com/mitchellh/go-wordwrap
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.