Skip to content

Commit

Permalink
[operator] Add validate commandlogic
Browse files Browse the repository at this point in the history
  • Loading branch information
mfordjody committed Dec 26, 2024
1 parent 03849dc commit 5679451
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 937 deletions.
2 changes: 1 addition & 1 deletion dubboctl/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ package cmd
import (
"flag"
"github.com/apache/dubbo-kubernetes/dubboctl/pkg/cli"
"github.com/apache/dubbo-kubernetes/dubboctl/pkg/validate"
"github.com/apache/dubbo-kubernetes/operator/cmd/cluster"
"github.com/apache/dubbo-kubernetes/operator/pkg/validate"
"github.com/spf13/cobra"
)

Expand Down
Loading

0 comments on commit 5679451

Please sign in to comment.