mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-28 12:40:38 -05:00
This patch moves the HostUtil functionality from the util/mount package to the volume/util/hostutil package. All `*NewHostUtil*` calls are changed to return concrete types instead of interfaces. All callers are changed to use the `*NewHostUtil*` methods instead of directly instantiating the concrete types. |
||
|---|---|---|
| .. | ||
| BUILD | ||
| fake_hostutil.go | ||
| hostutil.go | ||
| hostutil_linux.go | ||
| hostutil_linux_test.go | ||
| hostutil_unsupported.go | ||
| hostutil_windows.go | ||
| hostutil_windows_test.go | ||