Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
Refactor pkg/svat/kube to pkg/uti/kube (#2235)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubblemelon authored and jberkhahn committed Jul 25, 2018
1 parent 853b508 commit 44847da
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/apiserver/app/server/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ import (
"github.com/kubernetes-incubator/service-catalog/pkg/client/clientset_generated/internalclientset"
informers "github.com/kubernetes-incubator/service-catalog/pkg/client/informers_generated/internalversion"
"github.com/kubernetes-incubator/service-catalog/pkg/openapi"
"github.com/kubernetes-incubator/service-catalog/pkg/svcat/kube"
"github.com/kubernetes-incubator/service-catalog/pkg/util/kube"
"github.com/kubernetes-incubator/service-catalog/pkg/version"
)

Expand Down
2 changes: 1 addition & 1 deletion cmd/svcat/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import (
"github.com/kubernetes-incubator/service-catalog/cmd/svcat/versions"
svcatclient "github.com/kubernetes-incubator/service-catalog/pkg/client/clientset_generated/clientset"
"github.com/kubernetes-incubator/service-catalog/pkg/svcat"
"github.com/kubernetes-incubator/service-catalog/pkg/svcat/kube"
"github.com/kubernetes-incubator/service-catalog/pkg/util/kube"
"github.com/spf13/cobra"
"github.com/spf13/pflag"
"github.com/spf13/viper"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion test/e2e/framework/framework.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
. "github.com/onsi/gomega"

"github.com/kubernetes-incubator/service-catalog/pkg/client/clientset_generated/clientset"
"github.com/kubernetes-incubator/service-catalog/pkg/svcat/kube"
"github.com/kubernetes-incubator/service-catalog/pkg/util/kube"
)

// Framework supports common operations used by e2e tests; it will keep a client & a namespace for you.
Expand Down

0 comments on commit 44847da

Please sign in to comment.