Files
containerd/pkg/cri
Danny Canter 7274e33e38 CRI: Make stats respect sandbox's platform
To further some ongoing work in containerd to make as much code as possible
able to be used on any platform (to handle runtimes that can virtualize/emulate
a variety of different OSes), this change makes stats able to be handled on
any of the supported stat types (just linux and windows). To accomplish this,
we use the platform the sandbox returns from its `Platform` rpc to decide
what format the containers in a given sandbox are returning metrics in, then
we can typecast/marshal accordingly.

Signed-off-by: Danny Canter <danny@dcantah.dev>
2023-05-23 01:32:36 -07:00
..
2023-03-16 17:48:49 +08:00
2023-03-16 17:48:49 +08:00
2023-05-05 11:54:14 -07:00
2023-05-16 10:12:50 +08:00
2023-03-16 17:48:49 +08:00
2023-04-24 10:14:13 -07:00