Documentation ¶
Index ¶
Constants ¶
View Source
const (
DubboSystemNamespace = "dubbo-system"
)
Variables ¶
View Source
var ( // Root folder of dubbo-admin // This relies on the fact this file is 3 levels up from the root; if this changes, adjust the path below Root = filepath.Join(filepath.Dir(b), "../../..") Deploy = filepath.Join(Root, "/deploy") Charts = filepath.Join(Deploy, "/charts") Profiles = filepath.Join(Deploy, "profiles") Addons = filepath.Join(Deploy, "addons") AddonDashboards = filepath.Join(Addons, "dashboards") AddonManifests = filepath.Join(Addons, "manifests") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.