Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
ldming committed Oct 12, 2023
1 parent a82bc04 commit 5560dff
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion internal/cli/cmd/clusterversion/set_default_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ import (

. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
"k8s.io/cli-runtime/pkg/genericiooptions"

metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/runtime"
"k8s.io/cli-runtime/pkg/genericiooptions"
"k8s.io/client-go/dynamic"
"k8s.io/client-go/kubernetes/scheme"
clientfake "k8s.io/client-go/rest/fake"
Expand Down
1 change: 1 addition & 0 deletions internal/cli/cmd/kubeblocks/compare_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ package kubeblocks
import (
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"

"github.com/spf13/cobra"
"k8s.io/cli-runtime/pkg/genericiooptions"
clientfake "k8s.io/client-go/rest/fake"
Expand Down
1 change: 1 addition & 0 deletions internal/cli/cmd/kubeblocks/kubeblocks_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ package kubeblocks
import (
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"

"github.com/spf13/cobra"
"k8s.io/cli-runtime/pkg/genericiooptions"
clientfake "k8s.io/client-go/rest/fake"
Expand Down
1 change: 0 additions & 1 deletion internal/cli/cmd/migration/cmd_builder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import (
. "github.com/onsi/gomega"

"k8s.io/cli-runtime/pkg/genericiooptions"

cmdtesting "k8s.io/kubectl/pkg/cmd/testing"
)

Expand Down
1 change: 1 addition & 0 deletions internal/cli/cmd/playground/destroy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ package playground
import (
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"

"k8s.io/cli-runtime/pkg/genericiooptions"
)

Expand Down
1 change: 1 addition & 0 deletions internal/cli/util/flags/flags_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ package flags
import (
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"

"github.com/spf13/cobra"
clientfake "k8s.io/client-go/rest/fake"
"k8s.io/kube-openapi/pkg/validation/spec"
Expand Down
1 change: 1 addition & 0 deletions internal/preflight/text_results_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ package preflight
import (
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"

"k8s.io/cli-runtime/pkg/genericiooptions"

analyzerunner "github.com/replicatedhq/troubleshoot/pkg/analyze"
Expand Down
4 changes: 2 additions & 2 deletions lorry/middleware/probe/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ import (

"github.com/go-errors/errors"

viper "github.com/apecloud/kubeblocks/internal/viperx"
. "github.com/apecloud/kubeblocks/lorry/binding"

"github.com/apecloud/kubeblocks/internal/constant"
. "github.com/apecloud/kubeblocks/lorry/binding"
viper "github.com/apecloud/kubeblocks/internal/viperx"
"github.com/apecloud/kubeblocks/lorry/binding/custom"
"github.com/apecloud/kubeblocks/lorry/binding/etcd"
"github.com/apecloud/kubeblocks/lorry/binding/mongodb"
Expand Down

0 comments on commit 5560dff

Please sign in to comment.