(lcuuid, subDomainLcuuid string, m *manager.Manager)
| 78 | } |
| 79 | |
| 80 | func GetSubDomainResource(lcuuid, subDomainLcuuid string, m *manager.Manager) (resp cloudmodel.SubDomainResource, err error) { |
| 81 | return m.GetSubDomainResource(lcuuid, subDomainLcuuid) |
| 82 | } |
| 83 | |
| 84 | func GetKubernetesGatherResource(lcuuid, subDomainLcuuid string, m *manager.Manager) (resp gathermodel.KubernetesGatherResource, err error) { |
| 85 | return m.GetKubernetesGatherResource(lcuuid, subDomainLcuuid) |
nothing calls this directly
no test coverage detected