k3s/pkg/kubelet/container
Kubernetes Submit Queue d0214ee303 Merge pull request #29509 from Hui-Zhi/container-devices
Automatic merge from submit-queue

Fix devices information struct in container

So far nowhere use the ```Devices``` which in ```RunContainerOptions```. But when I want to use it, found that it could be better if change it, because Devices in container is like:
```json
"Devices": [
                {
                    "PathOnHost": "/dev/nvidiactl",
                    "PathInContainer": "/dev/nvidiactl",
                    "CgroupPermissions": "mrw"
                },
                {
                    "PathOnHost": "/dev/nvidia-uvm",
                    "PathInContainer": "/dev/nvidia-uvm",
                    "CgroupPermissions": "mrw"
                },
                {
                    "PathOnHost": "/dev/nvidia0",
                    "PathInContainer": "/dev/nvidia0",
                    "CgroupPermissions": "mrw"
                }
            ],
```
2016-10-25 23:12:11 -07:00
..
testing autogenerated 2016-10-24 14:47:27 -07:00
BUILD autogenerated 2016-10-21 17:32:32 -07:00
cache.go wrong word of comment in cache.go 2016-09-06 09:57:21 +08:00
cache_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
container_gc.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
container_reference_manager.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
helpers.go Kubelet: fix port forward for dockershim 2016-10-01 08:06:23 +08:00
helpers_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
os.go Add pod log garbage collection unit test. 2016-10-24 00:03:34 -07:00
pty_linux.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
pty_unsupported.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
ref.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
ref_test.go remove testapi.Default.GroupVersion 2016-10-07 10:10:54 -04:00
resize.go Support terminal resizing for exec/attach/run 2016-07-13 17:06:16 -04:00
runtime.go Fix devices information struct in container 2016-10-10 13:42:10 +08:00
runtime_cache.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
runtime_cache_fake.go fix go vet errors 2016-08-10 16:45:41 -07:00
runtime_cache_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
sync_result.go Kubelet: add SyncPod for new runtime API 2016-09-15 23:32:36 +08:00
sync_result_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00