• k8s-merge-robot's avatar
    Merge pull request #25771 from sjpotter/fs-info · 6224f447
    k8s-merge-robot authored
    Automatic merge from submit-queue
    
    kubelet/cadvisor: Refactor cadvisor disk stat/usage interfaces.
    
    basically
    
    1) cadvisor struct will know what runtime the kubelet is, passed in via additional argument to New()
    
    2) rename cadvisor wrapper function to DockerImagesFsInfo() to ImagesFsInfo() and have linux implementation choose a label based on the runtime inside the cadvisor struct
    
    2a) mock/fake/unsupported modified to take the same additional argument in New()
    
    3) kubelet's wrapper for the cadvisor wrapper is renamed in parallel
    
    4) make all tests use new interface
    6224f447
Name
Last commit
Last update
..
environment Loading commit data...
jenkins Loading commit data...
runner Loading commit data...
README.md Loading commit data...
container.go Loading commit data...
container_list.go Loading commit data...
container_manager_test.go Loading commit data...
doc.go Loading commit data...
e2e_build.go Loading commit data...
e2e_node_suite_test.go Loading commit data...
e2e_remote.go Loading commit data...
e2e_service.go Loading commit data...
exec_util.go Loading commit data...
image.go Loading commit data...
image_conformance_test.go Loading commit data...
kubelet_test.go Loading commit data...
mirror_pod_test.go Loading commit data...
privileged_test.go Loading commit data...
runtime_conformance_test.go Loading commit data...
util.go Loading commit data...