Move test/* to internal/test/*

This ensures this code cannot be imported by other repositories as this
is only intended for internal testing packages.
This commit is contained in:
Brian Goff
2019-06-10 12:07:47 -07:00
parent c71ee814fe
commit 0a360f54c0
14 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ import (
corev1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
testutil "github.com/virtual-kubelet/virtual-kubelet/test/util"
testutil "github.com/virtual-kubelet/virtual-kubelet/internal/test/util"
)
const (