kubernetes/pkg/kubelet/server
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
..
metrics add volume type and seperated histogram for volume stat collection 2022-01-19 22:33:37 +08:00
stats unittests: Fixes unit tests for Windows (part 10) 2024-01-22 13:43:42 +00:00
auth_test.go kubelet: wire checkpoint container support through 2022-07-14 10:27:41 +00:00
auth.go Generate and format files 2022-07-26 13:14:05 -04:00
doc.go
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
server_test.go remove unused GetRawContainerInfo 2023-12-15 05:56:22 -08:00
server_websocket_test.go Move cri/streaming to k8s.io/kubelet staging repository 2023-06-05 08:08:18 +02:00
server.go Move grpc rate limitter from podresource folder 2023-10-09 07:22:23 +00:00