kubernetes/pkg/kubelet/container/testing
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
..
fake_cache.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
fake_runtime.go Merge pull request #25273 from ncdc/exec-sigwinch 2016-07-14 07:26:49 -07:00
os.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
runtime_mock.go Merge pull request #25273 from ncdc/exec-sigwinch 2016-07-14 07:26:49 -07:00