Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/openwhisk-cli
/ ListNamespaces
Method
ListNamespaces
tests/src/integration/common/wsk.go:68–71 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
66
}
67
68
func
(wsk *Wsk) ListNamespaces() ([]byte, error) {
69
return
wsk.RunCommand(
"namespace"
,
"list"
,
"--apihost"
, wsk.Wskprops.APIHost,
70
"--auth"
, wsk.Wskprops.AuthKey)
71
}
Callers
nothing calls this directly
Calls
1
RunCommand
Method · 0.95
Tested by
no test coverage detected