kubernetes/pkg/volume/flexvolume
Claudiu Belu f7aca72155 unittests: Fixes unit tests for Windows (part 8)
Currently, there are some unit tests that are failing on Windows due to
various reasons:

- flexvolume coverts its paths to absolute paths, which means that on Windows the C:\ prefix
  will be added. This becomes an issue when prober.fs.Walk is called, which will join 2 absolute
  paths, both containing the C:\ prefix, resulting in an incorrect path.
2023-11-28 11:14:00 +00:00
..
attacher-defaults.go
attacher.go
attacher_test.go
common_test.go unittests: Fixes unit tests for Windows (part 2) 2022-08-01 18:56:32 +03:00
detacher-defaults.go
detacher.go
detacher_test.go
driver-call.go
driver-call_test.go
expander-defaults.go
expander.go
fake_watcher.go
flexvolume_test.go unittests: Fixes unit tests for Windows (part 2) 2022-08-01 18:56:32 +03:00
mounter-defaults.go Merge pull request #104732 from mengjiao-liu/remove-flag-experimental-check-node-capabilities-before-mount 2022-02-24 07:56:30 -08:00
mounter.go Fix directory mismatch for volume.SetVolumeOwnership() 2023-04-03 12:34:37 -07:00
mounter_test.go
OWNERS
plugin-defaults.go
plugin.go Refactor ConstructVolumeSpec 2022-11-03 16:55:13 +01:00
plugin_test.go
probe.go unittests: Fixes unit tests for Windows (part 8) 2023-11-28 11:14:00 +00:00
probe_test.go unittests: Fixes unit tests for Windows (part 8) 2023-11-28 11:14:00 +00:00
unmounter-defaults.go
unmounter.go
unmounter_test.go
util.go
volume.go