This commit is contained in:
lichuqiang 2017-08-15 15:28:52 +08:00
parent 3537f8fa34
commit 5bc3b6f372

View File

@ -36,7 +36,7 @@ type fsResourceAnalyzerInterface interface {
GetPodVolumeStats(uid types.UID) (PodVolumeStats, bool)
}
// diskResourceAnalyzer provider stats about fs resource usage
// fsResourceAnalyzer provides stats about fs resource usage
type fsResourceAnalyzer struct {
statsProvider StatsProvider
calcPeriod time.Duration