MCPcopy Create free account
hub / github.com/deepflowio/deepflow / GetSubDomainResource

Function GetSubDomainResource

server/controller/http/service/debug.go:80–82  ·  view source on GitHub ↗
(lcuuid, subDomainLcuuid string, m *manager.Manager)

Source from the content-addressed store, hash-verified

78}
79
80func GetSubDomainResource(lcuuid, subDomainLcuuid string, m *manager.Manager) (resp cloudmodel.SubDomainResource, err error) {
81 return m.GetSubDomainResource(lcuuid, subDomainLcuuid)
82}
83
84func GetKubernetesGatherResource(lcuuid, subDomainLcuuid string, m *manager.Manager) (resp gathermodel.KubernetesGatherResource, err error) {
85 return m.GetKubernetesGatherResource(lcuuid, subDomainLcuuid)

Callers

nothing calls this directly

Calls 1

GetSubDomainResourceMethod · 0.45

Tested by

no test coverage detected