mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04: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 | ||
| doc.go | ||
| local.go | ||
| local_linux_test.go | ||
| local_test.go | ||
| OWNERS | ||