We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d696f5 + 98fbee8 commit 30bdf3bCopy full SHA for 30bdf3b
schema/config-linux.json
@@ -265,6 +265,16 @@
265
"mountLabel": {
266
"id": "https://opencontainers.org/schema/bundle/linux/mountLabel",
267
"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
278
}
279
280
0 commit comments