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
..
2016-10-24 00:03:34 -07:00
2016-10-21 17:32:32 -07:00
2016-10-21 17:32:32 -07:00
2016-10-21 17:32:32 -07:00
2016-10-21 17:32:32 -07:00
2016-10-25 23:12:11 -07:00
2016-10-21 17:32:32 -07:00
2016-10-25 10:57:46 -07:00
2016-10-24 18:55:14 -07:00
2016-10-21 17:32:32 -07:00
2016-10-21 17:32:32 -07:00
2016-10-21 17:32:32 -07:00
2016-10-21 17:32:32 -07:00
2016-10-25 10:59:27 -07:00
2016-10-21 17:32:32 -07:00
2016-10-21 17:32:32 -07:00
2016-10-25 10:59:27 -07:00
2016-10-21 17:32:32 -07:00
2016-10-21 17:32:32 -07:00
2016-10-21 17:32:32 -07:00
2016-10-21 17:32:32 -07:00
2016-10-21 17:32:32 -07:00
2016-10-25 10:31:16 -07:00
2016-10-24 14:47:27 -07:00
2016-10-21 17:32:32 -07:00
2016-10-25 17:40:27 -07:00
2016-10-21 17:32:32 -07:00
2016-10-21 17:32:32 -07:00
2016-10-21 17:32:32 -07:00
2016-10-21 17:32:32 -07:00
2016-10-25 12:29:12 -07:00
2016-07-28 02:29:04 -04:00
2016-07-28 02:29:04 -04:00
2016-10-25 10:57:46 -07:00
2016-07-06 08:19:09 -07:00
2016-07-06 08:19:09 -07:00
2016-07-16 13:48:21 -04:00
2016-08-01 22:27:56 +02:00
2016-07-22 10:19:40 -04:00
2016-06-29 17:47:36 -07:00
2016-10-25 12:29:12 -07:00
2016-08-18 10:19:48 -07:00
2016-10-17 16:47:35 +03:00
2016-10-03 11:42:56 -07:00
2016-10-25 12:29:12 -07:00
2016-10-07 10:10:54 -04:00
2016-09-26 17:16:59 -04:00
2016-08-16 14:41:17 -04:00
2016-08-16 14:41:17 -04:00
2016-10-13 21:12:15 -07:00
2016-09-26 17:16:59 -04:00
2016-10-25 12:29:12 -07:00
2016-10-25 10:31:16 -07:00
2016-06-29 17:47:36 -07:00
2016-06-29 17:47:36 -07:00
2016-06-29 17:47:36 -07:00
2016-03-02 20:46:32 -05:00
2016-08-15 14:36:51 -07:00
2016-08-15 14:36:51 -07:00
2016-09-07 13:28:08 -04:00
2016-09-07 13:28:08 -04:00
2016-06-29 17:47:36 -07:00
2016-06-29 17:47:36 -07:00
2016-06-29 17:47:36 -07:00
2016-06-29 17:47:36 -07:00
2016-10-25 08:38:59 -07:00
2016-07-30 11:47:50 +08:00
2016-10-25 08:38:59 -07:00
2016-08-22 23:35:11 -04:00
2016-08-16 14:41:17 -04:00