Rename github.com/kubernetes to k8s.io
parent
d49607a6d4
commit
248b6941d0
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"ImportPath": "github.com/kubernetes/minikube",
|
||||
"ImportPath": "k8s.io/minikube",
|
||||
"GoVersion": "go1.6",
|
||||
"GodepVersion": "v62",
|
||||
"Packages": [
|
||||
|
|
2
build.sh
2
build.sh
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
REPO_PATH="github.com/kubernetes/minikube"
|
||||
REPO_PATH="k8s.io/minikube"
|
||||
|
||||
export GOPATH=${PWD}/gopath
|
||||
export GO15VENDOREXPERIMENT=1
|
||||
|
|
|
@ -24,7 +24,7 @@ import (
|
|||
"github.com/docker/machine/libmachine"
|
||||
"github.com/docker/machine/libmachine/host"
|
||||
"github.com/docker/machine/libmachine/state"
|
||||
"github.com/kubernetes/minikube/cli/constants"
|
||||
"k8s.io/minikube/cli/constants"
|
||||
)
|
||||
|
||||
// StartHost starts a host VM.
|
||||
|
|
|
@ -7,8 +7,8 @@ import (
|
|||
|
||||
"github.com/docker/machine/libmachine/host"
|
||||
"github.com/docker/machine/libmachine/state"
|
||||
"github.com/kubernetes/minikube/cli/constants"
|
||||
"github.com/kubernetes/minikube/cli/tests"
|
||||
"k8s.io/minikube/cli/constants"
|
||||
"k8s.io/minikube/cli/tests"
|
||||
)
|
||||
|
||||
func TestCreateHost(t *testing.T) {
|
||||
|
|
|
@ -18,8 +18,8 @@ import (
|
|||
"os"
|
||||
|
||||
"github.com/docker/machine/libmachine"
|
||||
"github.com/kubernetes/minikube/cli/cluster"
|
||||
"github.com/kubernetes/minikube/cli/constants"
|
||||
"k8s.io/minikube/cli/cluster"
|
||||
"k8s.io/minikube/cli/constants"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ import (
|
|||
"log"
|
||||
"os"
|
||||
|
||||
"github.com/kubernetes/minikube/cli/constants"
|
||||
"k8s.io/minikube/cli/constants"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ import (
|
|||
"os"
|
||||
"testing"
|
||||
|
||||
"github.com/kubernetes/minikube/cli/constants"
|
||||
"k8s.io/minikube/cli/constants"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
|
|
@ -20,8 +20,8 @@ import (
|
|||
"strings"
|
||||
|
||||
"github.com/docker/machine/libmachine"
|
||||
"github.com/kubernetes/minikube/cli/cluster"
|
||||
"github.com/kubernetes/minikube/cli/constants"
|
||||
"k8s.io/minikube/cli/cluster"
|
||||
"k8s.io/minikube/cli/constants"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
|
|
@ -19,8 +19,8 @@ import (
|
|||
"os"
|
||||
|
||||
"github.com/docker/machine/libmachine"
|
||||
"github.com/kubernetes/minikube/cli/cluster"
|
||||
"github.com/kubernetes/minikube/cli/constants"
|
||||
"k8s.io/minikube/cli/cluster"
|
||||
"k8s.io/minikube/cli/constants"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
|
|
@ -18,8 +18,8 @@ import (
|
|||
"os"
|
||||
|
||||
"github.com/docker/machine/libmachine"
|
||||
"github.com/kubernetes/minikube/cli/cluster"
|
||||
"github.com/kubernetes/minikube/cli/constants"
|
||||
"k8s.io/minikube/cli/cluster"
|
||||
"k8s.io/minikube/cli/constants"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ import (
|
|||
"testing"
|
||||
|
||||
"github.com/docker/machine/libmachine/drivers/plugin/localbinary"
|
||||
"github.com/kubernetes/minikube/cli/constants"
|
||||
"k8s.io/minikube/cli/constants"
|
||||
)
|
||||
|
||||
func makeTempDir() string {
|
||||
|
|
|
@ -14,8 +14,8 @@ limitations under the License.
|
|||
package main
|
||||
|
||||
import (
|
||||
"github.com/kubernetes/minikube/cli/cmd"
|
||||
"github.com/kubernetes/minikube/cli/machine"
|
||||
"k8s.io/minikube/cli/cmd"
|
||||
"k8s.io/minikube/cli/machine"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
Loading…
Reference in New Issue