Skip to content

Commit

Permalink
meshregistry: nacos source support fetching instances from all namesp…
Browse files Browse the repository at this point in the history
…aces
  • Loading branch information
believening committed Feb 22, 2023
1 parent 222f915 commit 6acaeb0
Show file tree
Hide file tree
Showing 3 changed files with 301 additions and 61 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ type NacosSourceArgs struct {
// username and password for nacos auth
Username string
Password string
// fetch services from all namespaces, only support Polling mode
AllNamespaces bool
}

type McpArgs struct {
Expand Down
Loading

0 comments on commit 6acaeb0

Please sign in to comment.