kubernetes/pkg/kubelet/images
Claudiu Belu 6f2eeed2e8 unittests: Fixes unit tests for Windows
Currently, there are some unit tests that are failing on Windows due to
various reasons:

- config options not supported on Windows.
- files not closed, which means that they cannot be removed / renamed.
- paths not properly joined (filepath.Join should be used).
- time.Now() is not as precise on Windows, which means that 2
  consecutive calls may return the same timestamp.
- different error messages on Windows.
- files have \r\n line endings on Windows.
- /tmp directory being used, which might not exist on Windows. Instead,
  the OS-specific Temp directory should be used.
- the default value for Kubelet's EvictionHard field was containing
  OS-specific fields. This is now moved, the field is now set during
  Kubelet's initialization, after the config file is read.
2022-10-25 23:46:56 +03:00
..
doc.go
helpers.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
image_gc_manager_test.go unittests: Fixes unit tests for Windows 2022-10-25 23:46:56 +03:00
image_gc_manager.go adds pinned field to imageRecords 2021-11-03 14:47:37 -04:00
image_manager_test.go Remove no-longer used selflink code from kubelet 2022-01-14 10:38:23 +01:00
image_manager.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
puller.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
types.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00