summaryrefslogtreecommitdiff
path: root/test/e2e/cdi/device.json
blob: f49470c88d2bd228973e2bccb4bc2f16041741c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "cdiVersion": "0.2.0",
  "kind": "vendor.com/device",
  "devices": [
    {
      "name": "myKmsg",
      "containerEdits": {
        "mounts": [
          {"hostPath": "/dev/kmsg", "containerPath": "/dev/kmsg1", "options": ["rw", "rprivate", "rbind"]}
        ]
      }
    }
  ]
}