Skip to content

Commit 30bdf3b

Browse files
Merge pull request #889 from q384566678/intelRdt-add
config-linux: add intelRdt field
2 parents 6d696f5 + 98fbee8 commit 30bdf3b

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)