Skip to content

Commit 98fbee8

Browse files
author
zhouhao
committed
config-linux: add intelRdt field
Fix #630 Signed-off-by: zhouhao <[email protected]>
1 parent 5723c6c commit 98fbee8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

schema/config-linux.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,16 @@
265265
"mountLabel": {
266266
"id": "https://opencontainers.org/schema/bundle/linux/mountLabel",
267267
"type": "string"
268+
},
269+
"intelRdt": {
270+
"id": "https://opencontainers.org/schema/bundle/linux/intelRdt",
271+
"type": "object",
272+
"properties": {
273+
"l3CacheSchema": {
274+
"id": "https://opencontainers.org/schema/bundle/linux/intelRdt/l3CacheSchema",
275+
"type": "string"
276+
}
277+
}
268278
}
269279
}
270280
}

0 commit comments

Comments
 (0)