mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 04:33:26 +00:00
Get dirFsInfo from docker image filesystem
This commit is contained in:
parent
b1361037ff
commit
d8703eede3
@ -78,5 +78,5 @@ func (cu *cadvisorClient) WatchEvents(request *events.Request) (*events.EventCha
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (cu *cadvisorClient) GetDirFsInfo(path string) (cadvisorapiv2.FsInfo, error) {
|
func (cu *cadvisorClient) GetDirFsInfo(path string) (cadvisorapiv2.FsInfo, error) {
|
||||||
return cadvisorapiv2.FsInfo{}, nil
|
return cu.winStatsClient.GetDirFsInfo(path)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user