mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-21 10:00:38 -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 | ||
| host_path.go | ||
| host_path_test.go | ||
| OWNERS | ||