k3s/pkg/kubelet/kuberuntime
Kubernetes Submit Queue 631bc37cf6 Merge pull request #52686 from yujuhong/stream
Automatic merge from submit-queue (batch tested with PRs 52990, 53064, 52686, 52221, 53069). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

CRI: Allow configuring stdout/stderr streams for Exec/Attach requests

Add stdout/stderr to exec and attach requests. Also check the request to
ensure it meets the requirements.

**Which issue this PR fixes**: fixes #44448

```release-note
CRI: Add stdout/stderr fields to Exec and Attach requests.
```
2017-09-26 23:12:27 -07:00
..
BUILD Un-revert "CPU manager wiring and `none` policy" 2017-09-04 07:24:59 -07:00
doc.go cmd/kubelet 2016-11-23 15:53:09 -08:00
fake_kuberuntime_manager.go Merge pull request #50350 from dashpole/eviction_container_deletion 2017-09-05 17:30:03 -07:00
helpers.go Rename runtime/default to docker default 2017-08-13 15:42:15 +08:00
helpers_test.go follow our go code style: error->err 2017-07-07 09:34:38 +08:00
instrumented_services.go Fix CRI container/imagefs stats. 2017-09-18 07:48:20 +00:00
instrumented_services_test.go Improving test coverage for kubelet/kuberuntime. 2017-06-01 09:43:15 +02:00
kuberuntime_container.go Merge pull request #52686 from yujuhong/stream 2017-09-26 23:12:27 -07:00
kuberuntime_container_test.go Fix typo in kubelet kuberuntime container test 2017-09-13 14:32:48 +02:00
kuberuntime_gc.go wait for container cleanup before deletion 2017-09-04 17:38:09 -07:00
kuberuntime_gc_test.go wait for container cleanup before deletion 2017-09-04 17:38:09 -07:00
kuberuntime_image.go run hack/update-all 2017-06-22 11:31:03 -07:00
kuberuntime_image_test.go run hack/update-all 2017-06-22 11:31:03 -07:00
kuberuntime_logs.go Use local JSON log buffer in parseDockerJSONLog. 2017-08-09 12:41:15 -04:00
kuberuntime_logs_test.go run hack/update-all 2017-06-22 11:31:03 -07:00
kuberuntime_manager.go Recreate pod sandbox when the sandbox does not have an IP address. 2017-09-15 09:23:52 -07:00
kuberuntime_manager_test.go Attempt at fixing UTs 2017-09-15 09:23:52 -07:00
kuberuntime_sandbox.go Support seccomp profile from container's security context 2017-08-13 15:42:15 +08:00
kuberuntime_sandbox_test.go run hack/update-all 2017-06-22 11:31:03 -07:00
labels.go run hack/update-all 2017-06-22 11:31:03 -07:00
labels_test.go run hack/update-all 2017-06-22 11:31:03 -07:00
legacy.go Move legacy log symlink to kuberuntime 2017-05-05 11:48:08 -07:00
legacy_test.go Move legacy log symlink to kuberuntime 2017-05-05 11:48:08 -07:00
security_context.go Support seccomp profile from container's security context 2017-08-13 15:42:15 +08:00
security_context_test.go run hack/update-all 2017-06-22 11:31:03 -07:00