mirror of
https://gitee.com/rainbond/Rainbond.git
synced 2024-12-01 03:07:51 +08:00
[ADD] add test code
This commit is contained in:
parent
3966f96277
commit
b92675ac37
@ -125,6 +125,8 @@ func queryK8sServiceResource(m *Manager) []Resource {
|
||||
}
|
||||
}
|
||||
}
|
||||
fmt.Println("列表serviceList",serviceList)
|
||||
|
||||
return serviceList
|
||||
}
|
||||
|
||||
@ -198,6 +200,7 @@ func queryDeploymentResource(m *Manager) []Resource {
|
||||
}
|
||||
}
|
||||
}
|
||||
fmt.Println("列表DeploymentDelList",DeploymentDelList)
|
||||
return DeploymentDelList
|
||||
}
|
||||
|
||||
@ -272,6 +275,7 @@ func queryStatefulResource(m *Manager) []Resource {
|
||||
}
|
||||
}
|
||||
}
|
||||
fmt.Println("StatefulSetList列表",StatefulSetList)
|
||||
return StatefulSetList
|
||||
}
|
||||
|
||||
@ -347,7 +351,7 @@ func queryTenantServiceResource(m *Manager) []Resource {
|
||||
NamespacesList = append(NamespacesList, s)
|
||||
|
||||
}
|
||||
fmt.Println("列表", NamespacesList)
|
||||
fmt.Println("列表NamespacesList", NamespacesList)
|
||||
return NamespacesList
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user