Merge pull request #50664 from lichuqiang/b0815

Automatic merge from submit-queue (batch tested with PRs 46927, 50664, 50710)

fix typo(code annotation) in resouce_analyzer of kubelet
This commit is contained in:
Kubernetes Submit Queue 2017-08-16 11:54:25 -07:00 committed by GitHub
commit 4ac725a5ed

View File

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