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

- Different "File not found" error messages on Windows.
- Files need to be closed on Windows before removing them.
- The default RootHnsEndpointName (root-hnsendpoint-name) flag value is 'cbr0'
- On Windows, Unix Domain sockets are not checked in the same way in golang, which is why
  hostutils_windows.go checks for it differently. GetFileType will return an error in this
  case. We need to check for it, and see if it's actually a Unix Domain Socket.
2024-01-22 13:43:42 +00:00
..
testing remove unused GetRawContainerInfo 2023-12-15 05:56:22 -08:00
doc.go
fs_resource_analyzer.go feature: add CSIVolumeHealth feature and gate 2021-03-10 01:16:37 +09:00
handler.go Remove unused code in kubelet - take 1 2023-12-14 13:31:38 -08:00
resource_analyzer.go feature: add CSIVolumeHealth feature and gate 2021-03-10 01:16:37 +09:00
summary_sys_containers_windows.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
summary_sys_containers.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
summary_test.go implementation of split disk kep 2023-11-01 14:46:33 -04:00
summary_windows_test.go unittests: Fixes unit tests for Windows (part 10) 2024-01-22 13:43:42 +00:00
summary.go implementation of split disk kep 2023-11-01 14:46:33 -04:00
volume_stat_calculator_test.go fix: add nil check 2022-03-27 08:38:20 +00:00
volume_stat_calculator.go Merge pull request #107490 from pacoxu/add-volume-stats-slow-log 2022-07-28 17:55:10 -07:00