Skip to content

Commit

Permalink
[operator] Change docker prompt directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mfordjody committed Oct 31, 2024
1 parent 0843fe1 commit 2679b76
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions dubboctl/pkg/deploy/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,12 @@ import (
"github.com/apache/dubbo-kubernetes/operator/pkg/builders/pack"
"github.com/apache/dubbo-kubernetes/operator/pkg/docker"
"github.com/apache/dubbo-kubernetes/operator/pkg/docker/creds"
"github.com/apache/dubbo-kubernetes/operator/pkg/docker/prompt"
config "github.com/apache/dubbo-kubernetes/operator/pkg/util"
"net/http"
"os"
)

import (
"github.com/apache/dubbo-kubernetes/dubboctl/cmd/prompt"
)

// ClientFactory defines a constructor which assists in the creation of a Client
// for use by commands.
// See the NewClient constructor which is the fully populated ClientFactory used
Expand Down
File renamed without changes.

0 comments on commit 2679b76

Please # to comment.