File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -201,12 +201,15 @@ Irrelevant to the availability of SELinux on the host operating system.
201201Irrelevant to the availability of Intel RDT on the host operating system.
202202
203203* ** ` enabled ` ** (bool, OPTIONAL) represents whether the runtime supports Intel RDT.
204+ * ** ` schemata ` ** (bool, OPTIONAL) represents whether the
205+ (` schemata ` field of ` linux.intelRdt ` in ` config.json ` )[ config-linux.md#intelrdt] is supported.
204206
205207### Example
206208
207209``` json
208210"intelRdt" : {
209- "enabled" : true
211+ "enabled" : true ,
212+ "schemata" : true
210213}
211214```
212215
Original file line number Diff line number Diff line change @@ -337,7 +337,8 @@ Here is a full example for reference.
337337 "enabled" : true
338338 },
339339 "intelRdt" : {
340- "enabled" : true
340+ "enabled" : true ,
341+ "schemata" : true
341342 }
342343 },
343344 "annotations" : {
You can’t perform that action at this time.
0 commit comments