Skip to content

Commit

Permalink
config-linux: add intelRdt field
Browse files Browse the repository at this point in the history
Fix opencontainers#630

Signed-off-by: zhouhao <[email protected]>
  • Loading branch information
zhouhao committed Jul 11, 2017
1 parent 5723c6c commit 98fbee8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions schema/config-linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,16 @@
"mountLabel": {
"id": "https://opencontainers.org/schema/bundle/linux/mountLabel",
"type": "string"
},
"intelRdt": {
"id": "https://opencontainers.org/schema/bundle/linux/intelRdt",
"type": "object",
"properties": {
"l3CacheSchema": {
"id": "https://opencontainers.org/schema/bundle/linux/intelRdt/l3CacheSchema",
"type": "string"
}
}
}
}
}
Expand Down

0 comments on commit 98fbee8

Please sign in to comment.