mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +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) {
|
||||
return cadvisorapiv2.FsInfo{}, nil
|
||||
return cu.winStatsClient.GetDirFsInfo(path)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user