mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-08 02:10:33 +00: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.