mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-21 09:57:52 +00:00
fix typo
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user