helmpath goes under /pkg/helm/

pull/2068/head
libesz 9 years ago
parent 024fc5c806
commit 0537b08779

@ -25,7 +25,7 @@ import (
"github.com/spf13/cobra"
"k8s.io/helm/pkg/chartutil"
"k8s.io/helm/pkg/helmpath"
"k8s.io/helm/pkg/helm/helmpath"
"k8s.io/helm/pkg/proto/hapi/chart"
)

@ -21,7 +21,7 @@ import (
"github.com/spf13/cobra"
"k8s.io/helm/pkg/downloader"
"k8s.io/helm/pkg/helmpath"
"k8s.io/helm/pkg/helm/helmpath"
)
const dependencyBuildDesc = `

@ -22,7 +22,7 @@ import (
"strings"
"testing"
"k8s.io/helm/pkg/helmpath"
"k8s.io/helm/pkg/helm/helmpath"
"k8s.io/helm/pkg/provenance"
"k8s.io/helm/pkg/repo"
"k8s.io/helm/pkg/repo/repotest"

@ -21,7 +21,7 @@ import (
"github.com/spf13/cobra"
"k8s.io/helm/pkg/downloader"
"k8s.io/helm/pkg/helmpath"
"k8s.io/helm/pkg/helm/helmpath"
)
const dependencyUpDesc = `

@ -26,7 +26,7 @@ import (
"github.com/ghodss/yaml"
"k8s.io/helm/pkg/chartutil"
"k8s.io/helm/pkg/helmpath"
"k8s.io/helm/pkg/helm/helmpath"
"k8s.io/helm/pkg/proto/hapi/chart"
"k8s.io/helm/pkg/provenance"
"k8s.io/helm/pkg/repo"

@ -26,7 +26,7 @@ import (
"github.com/spf13/cobra"
"k8s.io/helm/pkg/chartutil"
"k8s.io/helm/pkg/downloader"
"k8s.io/helm/pkg/helmpath"
"k8s.io/helm/pkg/helm/helmpath"
)
const fetchDesc = `

@ -32,8 +32,8 @@ import (
"k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset"
"k8s.io/kubernetes/pkg/client/restclient"
"k8s.io/helm/pkg/helm/helmpath"
"k8s.io/helm/pkg/helm/portforwarder"
"k8s.io/helm/pkg/helmpath"
"k8s.io/helm/pkg/kube"
"k8s.io/helm/pkg/tiller/environment"
)

@ -30,7 +30,7 @@ import (
"github.com/spf13/cobra"
"k8s.io/helm/pkg/helm"
"k8s.io/helm/pkg/helmpath"
"k8s.io/helm/pkg/helm/helmpath"
"k8s.io/helm/pkg/proto/hapi/chart"
"k8s.io/helm/pkg/proto/hapi/release"
rls "k8s.io/helm/pkg/proto/hapi/services"

@ -21,7 +21,7 @@ import (
"io"
"github.com/spf13/cobra"
"k8s.io/helm/pkg/helmpath"
"k8s.io/helm/pkg/helm/helmpath"
)
var longHomeHelp = `

@ -27,7 +27,7 @@ import (
"k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset"
"k8s.io/helm/cmd/helm/installer"
"k8s.io/helm/pkg/helmpath"
"k8s.io/helm/pkg/helm/helmpath"
"k8s.io/helm/pkg/repo"
)

@ -32,7 +32,7 @@ import (
testcore "k8s.io/kubernetes/pkg/client/testing/core"
"k8s.io/kubernetes/pkg/runtime"
"k8s.io/helm/pkg/helmpath"
"k8s.io/helm/pkg/helm/helmpath"
)
func TestInitCmd(t *testing.T) {

@ -36,7 +36,7 @@ import (
"k8s.io/helm/pkg/chartutil"
"k8s.io/helm/pkg/downloader"
"k8s.io/helm/pkg/helm"
"k8s.io/helm/pkg/helmpath"
"k8s.io/helm/pkg/helm/helmpath"
"k8s.io/helm/pkg/kube"
"k8s.io/helm/pkg/proto/hapi/chart"
"k8s.io/helm/pkg/proto/hapi/release"

@ -30,7 +30,7 @@ import (
"golang.org/x/crypto/ssh/terminal"
"k8s.io/helm/pkg/chartutil"
"k8s.io/helm/pkg/helmpath"
"k8s.io/helm/pkg/helm/helmpath"
"k8s.io/helm/pkg/proto/hapi/chart"
"k8s.io/helm/pkg/provenance"
"k8s.io/helm/pkg/repo"

@ -25,7 +25,7 @@ import (
"github.com/spf13/cobra"
"k8s.io/helm/pkg/helmpath"
"k8s.io/helm/pkg/helm/helmpath"
"k8s.io/helm/pkg/proto/hapi/chart"
)

@ -25,7 +25,7 @@ import (
"github.com/spf13/cobra"
"k8s.io/helm/pkg/helmpath"
"k8s.io/helm/pkg/helm/helmpath"
"k8s.io/helm/pkg/plugin"
)

@ -23,7 +23,7 @@ import (
"strings"
"testing"
"k8s.io/helm/pkg/helmpath"
"k8s.io/helm/pkg/helm/helmpath"
"github.com/spf13/cobra"
)

@ -22,7 +22,7 @@ import (
"github.com/spf13/cobra"
"k8s.io/helm/pkg/helmpath"
"k8s.io/helm/pkg/helm/helmpath"
"k8s.io/helm/pkg/repo"
)

@ -21,7 +21,7 @@ import (
"os"
"testing"
"k8s.io/helm/pkg/helmpath"
"k8s.io/helm/pkg/helm/helmpath"
"k8s.io/helm/pkg/repo"
"k8s.io/helm/pkg/repo/repotest"
)

@ -24,7 +24,7 @@ import (
"github.com/gosuri/uitable"
"github.com/spf13/cobra"
"k8s.io/helm/pkg/helmpath"
"k8s.io/helm/pkg/helm/helmpath"
"k8s.io/helm/pkg/repo"
)

@ -23,7 +23,7 @@ import (
"github.com/spf13/cobra"
"k8s.io/helm/pkg/helmpath"
"k8s.io/helm/pkg/helm/helmpath"
"k8s.io/helm/pkg/repo"
)

@ -22,7 +22,7 @@ import (
"strings"
"testing"
"k8s.io/helm/pkg/helmpath"
"k8s.io/helm/pkg/helm/helmpath"
"k8s.io/helm/pkg/repo"
"k8s.io/helm/pkg/repo/repotest"
)

@ -24,7 +24,7 @@ import (
"github.com/spf13/cobra"
"k8s.io/helm/pkg/helmpath"
"k8s.io/helm/pkg/helm/helmpath"
"k8s.io/helm/pkg/repo"
)

@ -23,7 +23,7 @@ import (
"strings"
"testing"
"k8s.io/helm/pkg/helmpath"
"k8s.io/helm/pkg/helm/helmpath"
"k8s.io/helm/pkg/repo"
"k8s.io/helm/pkg/repo/repotest"
)

@ -27,7 +27,7 @@ import (
"k8s.io/helm/cmd/helm/installer"
"k8s.io/helm/pkg/helm"
"k8s.io/helm/pkg/helmpath"
"k8s.io/helm/pkg/helm/helmpath"
"k8s.io/helm/pkg/kube"
"k8s.io/helm/pkg/proto/hapi/release"
)

@ -26,7 +26,7 @@ import (
"k8s.io/kubernetes/pkg/api"
"k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset/fake"
"k8s.io/helm/pkg/helmpath"
"k8s.io/helm/pkg/helm/helmpath"
"k8s.io/helm/pkg/proto/hapi/release"
)

@ -25,7 +25,7 @@ import (
"github.com/spf13/cobra"
"k8s.io/helm/cmd/helm/search"
"k8s.io/helm/pkg/helmpath"
"k8s.io/helm/pkg/helm/helmpath"
"k8s.io/helm/pkg/repo"
)

@ -24,7 +24,7 @@ import (
"github.com/spf13/cobra"
"k8s.io/helm/pkg/helmpath"
"k8s.io/helm/pkg/helm/helmpath"
"k8s.io/helm/pkg/repo"
)

@ -27,7 +27,7 @@ import (
"path/filepath"
"strings"
"k8s.io/helm/pkg/helmpath"
"k8s.io/helm/pkg/helm/helmpath"
"k8s.io/helm/pkg/provenance"
"k8s.io/helm/pkg/repo"
"k8s.io/helm/pkg/urlutil"

@ -25,7 +25,7 @@ import (
"path/filepath"
"testing"
"k8s.io/helm/pkg/helmpath"
"k8s.io/helm/pkg/helm/helmpath"
"k8s.io/helm/pkg/repo"
"k8s.io/helm/pkg/repo/repotest"
)

@ -31,7 +31,7 @@ import (
"github.com/ghodss/yaml"
"k8s.io/helm/pkg/chartutil"
"k8s.io/helm/pkg/helmpath"
"k8s.io/helm/pkg/helm/helmpath"
"k8s.io/helm/pkg/proto/hapi/chart"
"k8s.io/helm/pkg/repo"
"k8s.io/helm/pkg/resolver"

@ -21,7 +21,7 @@ import (
"testing"
"k8s.io/helm/pkg/chartutil"
"k8s.io/helm/pkg/helmpath"
"k8s.io/helm/pkg/helm/helmpath"
)
func TestVersionEquals(t *testing.T) {

@ -24,7 +24,7 @@ import (
"github.com/ghodss/yaml"
"k8s.io/helm/pkg/helmpath"
"k8s.io/helm/pkg/helm/helmpath"
"k8s.io/helm/pkg/repo"
)

@ -27,7 +27,7 @@ import (
"github.com/Masterminds/semver"
"k8s.io/helm/pkg/chartutil"
"k8s.io/helm/pkg/helmpath"
"k8s.io/helm/pkg/helm/helmpath"
"k8s.io/helm/pkg/provenance"
"k8s.io/helm/pkg/repo"
)

Loading…
Cancel
Save