...

Text file src/github.com/opencontainers/runtime-spec/schema/test/config/bad/linux-rdma.json

Documentation: github.com/opencontainers/runtime-spec/schema/test/config/bad

     1{
     2    "ociVersion": "1.0.0",
     3    "root": {
     4        "path": "rootfs"
     5    },
     6    "linux": {
     7        "resources": {
     8            "rdma": {
     9                "mlx5_1": {
    10                    "hcaHandles": "not a uint32"
    11                }
    12            }
    13        }
    14    }
    15}

View as plain text