From dd14cb41d5e414604b9f1fe6a12bc92ec454c639 Mon Sep 17 00:00:00 2001 From: Ayato Tokubi Date: Fri, 8 Aug 2025 13:52:07 +0000 Subject: [PATCH] test Signed-off-by: Ayato Tokubi --- pkg/kubelet/stats/cri_stats_provider.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/kubelet/stats/cri_stats_provider.go b/pkg/kubelet/stats/cri_stats_provider.go index 3df4c988ebc9b..42e76e7cedbc9 100644 --- a/pkg/kubelet/stats/cri_stats_provider.go +++ b/pkg/kubelet/stats/cri_stats_provider.go @@ -57,7 +57,7 @@ type cpuUsageRecord struct { } // criStatsProvider implements the containerStatsProvider interface by getting -// the container stats from CRI. +// the container stats from CRI.. type criStatsProvider struct { // cadvisor is used to get the node root filesystem's stats (such as the // capacity/available bytes/inodes) that will be populated in per container