Merge pull request #3080 from zheng1/weave

Add param WeaveScopeHost
This commit is contained in:
KubeSphere CI Bot
2020-11-17 17:25:33 +08:00
committed by GitHub
4 changed files with 10 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ import (
const ScopeQueryUrl = "http://%s/api/topology/services"
type handler struct {
// if weave scope installed in the cluster, it is maybe `weave-scope-app.weave`
weaveScopeHost string
}