kubernetes/pkg/kubelet/apis/podresources
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
..
BUILD Add the pod_resources_endpoint_requests_total metric 2020-10-27 11:23:39 -07:00
client.go Kubelet now implements the V1 podresources API 2020-10-26 12:10:18 -07:00
constants.go add kubelet grpc server for pod-resources service 2018-11-15 09:43:20 -08:00
server_v1_test.go Implement TopologyInfo and cpu_ids in podresources 2020-11-11 13:50:49 +03:00
server_v1.go Implement TopologyInfo and cpu_ids in podresources 2020-11-11 13:50:49 +03:00
server_v1alpha1_test.go Implement TopologyInfo and cpu_ids in podresources 2020-11-11 13:50:49 +03:00
server_v1alpha1.go Change GetDevices interface 2020-11-11 12:41:31 +03:00
types.go Implement TopologyInfo and cpu_ids in podresources 2020-11-11 13:50:49 +03:00