kubernetes/pkg/kubelet/stats
Claudiu Belu ec753fcb55 unittests: Fixes unit tests for Windows (part 6)
Currently, there are some unit tests that are failing on Windows due to
various reasons:

- On Windows, consecutive time.Now() calls may return the same timestamp, which would cause
  the TestFreeSpaceRemoveByLeastRecentlyUsed test to flake.
- tests in kuberuntime_container_windows_test.go fail on Nodes that have fewer than 3 CPUs,
  expecting the CPU max set to be more than 100% of available CPUs, which is not possible.
- calls in summary_windows_test.go are missing context.
- filterTerminatedContainerInfoAndAssembleByPodCgroupKey will filter and group container
  information by the Pod cgroup key, if it exists. However, we don't have cgroups on Windows,
  thus we can't make the same assertions.
2023-01-31 11:49:26 +00:00
..
pidlimit Remove ioutil in kubelet and its tests 2022-07-30 12:35:26 +09:00
cadvisor_stats_provider_test.go unittests: Fixes unit tests for Windows (part 6) 2023-01-31 11:49:26 +00: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