Move CLI related packages into internal (#697)

We don't want people to import these packages, so move these out into
private packages.
This commit is contained in:
Brian Goff
2019-07-04 02:14:38 -07:00
committed by Pires
parent 327c6cf319
commit f7fee27790
26 changed files with 38 additions and 38 deletions

View File

@@ -9,7 +9,7 @@ import (
"k8s.io/client-go/kubernetes/fake"
"k8s.io/client-go/tools/cache"
"github.com/virtual-kubelet/virtual-kubelet/manager"
"github.com/virtual-kubelet/virtual-kubelet/internal/manager"
)
// FakeResourceManager returns an instance of the resource manager that will return the specified objects when its "GetX" methods are called.