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.
201
201
Irrelevant to the availability of Intel RDT on the host operating system.
202
202
203
203
* ** ` 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.
204
206
205
207
### Example
206
208
207
209
``` json
208
210
"intelRdt" : {
209
- "enabled" : true
211
+ "enabled" : true ,
212
+ "schemata" : true
210
213
}
211
214
```
212
215
Original file line number Diff line number Diff line change @@ -337,7 +337,8 @@ Here is a full example for reference.
337
337
"enabled" : true
338
338
},
339
339
"intelRdt" : {
340
- "enabled" : true
340
+ "enabled" : true ,
341
+ "schemata" : true
341
342
}
342
343
},
343
344
"annotations" : {
You can’t perform that action at this time.
0 commit comments