kubernetes/pkg/kubelet/server
Alexey Perevalov a8b8995ef2 Implement TopologyInfo and cpu_ids in podresources
It covers deviceplugin & cpumanager.

It has drawback, since cpuset and all other structs including cadvisor's keep
cpu as int, but for protobuf based interface is better to have fixed
int.
This patch also introduces additional interface CPUsProvider, while
DeviceProvider might have been extended too.

Checkpoint not covered by unit test.

Signed-off-by: Swati Sehgal <swsehgal@redhat.com>
Signed-off-by: Alexey Perevalov <alexey.perevalov@huawei.com>
2020-11-11 13:50:49 +03:00
..
metrics eliminate direct references to prometheus 2019-10-04 21:33:34 +08:00
stats Move Kubelet Summary API to staging repo 2020-09-22 18:23:28 +02:00
auth_test.go Remove --redirect-container-streaming functionality (#95935) 2020-11-09 11:50:11 -08:00
auth.go switch over k/k to use klog v2 2020-05-16 07:54:27 -04:00
BUILD Merge pull request #92165 from RenaudWasTaken/v1-pod-resources 2020-11-09 18:24:41 -08:00
doc.go
OWNERS Remove tallclair from some OWNERS files 2020-05-11 11:44:38 -07:00
server_test.go Remove --redirect-container-streaming functionality (#95935) 2020-11-09 11:50:11 -08:00
server_websocket_test.go Remove --redirect-container-streaming functionality (#95935) 2020-11-09 11:50:11 -08:00
server.go Implement TopologyInfo and cpu_ids in podresources 2020-11-11 13:50:49 +03:00