k3s/pkg/kubelet/server
k8s-merge-robot 50172148e4 Merge pull request #25273 from ncdc/exec-sigwinch
Automatic merge from submit-queue

Support terminal resizing for exec/attach/run

```release-note
Add support for terminal resizing for exec, attach, and run. Note that for Docker, exec sessions
inherit the environment from the primary process, so if the container was created with tty=false,
that means the exec session's TERM variable will default to "dumb". Users can override this by
setting TERM=xterm (or whatever is appropriate) to get the correct "smart" terminal behavior.
```

Fixes #13585
2016-07-14 07:26:49 -07:00
..
portforward Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
remotecommand Support terminal resizing for exec/attach/run 2016-07-13 17:06:16 -04:00
stats Include inode info in container summary 2016-07-11 15:53:55 -07:00
auth.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
doc.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
server.go Support terminal resizing for exec/attach/run 2016-07-13 17:06:16 -04:00
server_test.go Support terminal resizing for exec/attach/run 2016-07-13 17:06:16 -04:00