You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -220,6 +228,12 @@ The `containerEdits` field has the following definition:
220
228
*`args` (array of strings, OPTIONAL) with the same semantics as IEEE Std 1003.1-2008 execv's argv.
221
229
*`env` (array of strings, OPTIONAL) with the same semantics as IEEE Std 1003.1-2008's environ.
222
230
*`timeout` (int, OPTIONAL) is the number of seconds before aborting the hook. If set, timeout MUST be greater than zero. If not set container runtime will wait for the hook to return.
231
+
*`intelRdt` (object, OPTIONAL) describes the Linux [resctrl][resctrl] settings for the container (object, OPTIONAL)
232
+
*`closID` (string, OPTIONAL) name of the `CLOS` (Class of Service).
233
+
*`l3CacheSchema` (string, OPTIONAL) L3 cache allocation schema for the `CLOS`.
234
+
*`memBwSchema` (string, OPTIONAL) memory bandwidth allocation schema for the `CLOS`.
235
+
*`enableCMT` (boolean, OPTIONAL) whether to enable cache monitoring
236
+
*`enableMBM` (boolean, OPTIONAL) whether to enable memory bandwidth monitoring
223
237
224
238
## Error Handling
225
239
* Kind requested is not present in any CDI file.
@@ -231,3 +245,5 @@ The `containerEdits` field has the following definition:
231
245
This is because a resource does not need to exist when the spec is written, but it needs to exist when the container is created.
232
246
* Hook fails to execute.
233
247
Container runtimes should surface an error when hooks fails to execute.
0 commit comments