Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/microsoft/retina
/ Namespace
Method
Namespace
pkg/common/baseobject.go:44–49 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
42
}
43
44
func
(b *BaseObject) Namespace() string {
45
b.RLock()
46
defer
b.RUnlock()
47
48
return
b.namespace
49
}
50
51
func
(b *BaseObject) NamespacedName() string {
52
b.RLock()
Callers
15
execInPod
Function · 0.80
GetAllNamespaces
Method · 0.80
GetIPsByNamespace
Method · 0.80
TestCacheEndpoints
Function · 0.80
TestCacheServices
Function · 0.80
TestAddPodSvcNodeSameIP
Function · 0.80
TestAddPodSvcNodeSameIPDiffNS
Function · 0.80
TestAddPodDiffNs
Function · 0.80
PodCallBackFn
Method · 0.80
handlePodEvent
Function · 0.80
assertEqualEndpoint
Function · 0.80
getEndpoint
Method · 0.80
Calls
no outgoing calls
Tested by
6
TestCacheEndpoints
Function · 0.64
TestCacheServices
Function · 0.64
TestAddPodSvcNodeSameIP
Function · 0.64
TestAddPodSvcNodeSameIPDiffNS
Function · 0.64
TestAddPodDiffNs
Function · 0.64
assertEqualEndpoint
Function · 0.64