Commit a7832a2
committed
api: add rdt
Add new message for directly managing the linux.intelRdt object of the
runtime-spec.
NOTE: the old RdtClass field resides under LinuxResources message but
the IntelRdt message is sepate from LinuxResources. This is to maintain
parity with the OCI runtime-spec. It is also much more logical because
the LinuxResources message is used in many places (like pod overhead,
update resources etc) where the RDT fields don't make sense or cannot be
applied. Also note that the Rdt object cannot be modified on container
update (missing from UpdateContainerRequest) as this functionality is
missing from the runtime spec and runtimes (runc/crun).
Signed-off-by: Markus Lehtonen <[email protected]>1 parent dc0990d commit a7832a2
8 files changed
Lines changed: 1349 additions & 760 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
301 | 319 | | |
302 | 320 | | |
303 | 321 | | |
| |||
419 | 437 | | |
420 | 438 | | |
421 | 439 | | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
0 commit comments