Currently, it only passes cpu and memory resources into cadvisor.Interface which is not enough to mock real world cases.
https://github.com/volcano-sh/kubesim/blob/f4bd53f0b81c06f72466d981c5aabf11e044b8d1/pkg/mock/kubelet/cadvisor/testing/cadvisor_fake.go#L59-L60
We should extend this to a more generic way to better simulate production nodes
Currently, it only passes cpu and memory resources into cadvisor.Interface which is not enough to mock real world cases.
https://github.com/volcano-sh/kubesim/blob/f4bd53f0b81c06f72466d981c5aabf11e044b8d1/pkg/mock/kubelet/cadvisor/testing/cadvisor_fake.go#L59-L60
We should extend this to a more generic way to better simulate production nodes