mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-07 03:03:59 +00:00
fix typo
This commit is contained in:
parent
3537f8fa34
commit
5bc3b6f372
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user