kubernetes/pkg/kubelet/stats
Claudiu Belu b9bf3e5c49 Replaces path.Operation with filepath.Operation (kubelet)
The path module has a few different functions:
Clean, Split, Join, Ext, Dir, Base, IsAbs. These functions do not
take into account the OS-specific path separator, meaning that they
won't behave as intended on Windows.

For example, Dir is supposed to return all but the last element of the
path. For the path "C:\some\dir\somewhere", it is supposed to return
"C:\some\dir\", however, it returns ".".

Instead of these functions, the ones in filepath should be used instead.
2022-11-08 16:05:48 +00:00
..
pidlimit Remove ioutil in kubelet and its tests 2022-07-30 12:35:26 +09:00
cadvisor_stats_provider_test.go Second attempt: Plumb context to Kubelet CRI calls (#113591) 2022-11-05 06:02:13 -07:00
cadvisor_stats_provider.go Replaces path.Operation with filepath.Operation (kubelet) 2022-11-08 16:05:48 +00:00
cri_stats_provider_others.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
cri_stats_provider_test.go Fix stats for podAndContainerStatsFromCRI 2022-11-07 10:41:45 +08:00
cri_stats_provider_windows_test.go Get networks stats directly 2021-11-10 12:43:56 -08:00
cri_stats_provider_windows.go Get networks stats directly 2021-11-10 12:43:56 -08:00
cri_stats_provider.go Replaces path.Operation with filepath.Operation (kubelet) 2022-11-08 16:05:48 +00:00
helper_test.go Move Kubelet Summary API to staging repo 2020-09-22 18:23:28 +02:00
helper.go kubelet/stats: drop makePodStorageStats errors to V(6) 2022-08-16 16:54:29 -04:00
host_stats_provider_fake.go Remove now-unused eviction helpers, fix unit test TestCRIListPodStats 2020-12-03 13:04:25 -07:00
host_stats_provider_test.go Clean up logic for deprecated flag --container-runtime in kubelet 2022-02-10 13:26:59 +02:00
host_stats_provider.go Clean up logic for deprecated flag --container-runtime in kubelet 2022-02-10 13:26:59 +02:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
provider_test.go Second attempt: Plumb context to Kubelet CRI calls (#113591) 2022-11-05 06:02:13 -07:00
provider.go Second attempt: Plumb context to Kubelet CRI calls (#113591) 2022-11-05 06:02:13 -07:00