MCPcopy
hub / github.com/cyclops-ui/cyclops / getModuleTargetNamespace

Function getModuleTargetNamespace

cyclops-ctrl/cmd/main/main.go:191–193  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

189}
190
191func getModuleTargetNamespace() string {
192 return os.Getenv("MODULE_TARGET_NAMESPACE")
193}
194
195func getHelmWatchNamespace() string {
196 value := os.Getenv("WATCH_NAMESPACE_HELM")

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…