[agent-operator] - fetch from demo

This commit is contained in:
zeaslity
2024-04-18 16:52:12 +08:00
parent 314b6054d3
commit 6f9cba1270
2 changed files with 57 additions and 77 deletions

View File

@@ -459,6 +459,7 @@ func BackupAllDeploymentFromEnv(cmiiEnv string) bool {
return true
}
// BackupAllCmiiDeploymentToMap 备份DEMO环境全部的镜像名称为Map 包括SRS 前端 后端
func BackupAllCmiiDeploymentToMap(cmiiEnv string) (backendMap, frontendMap, srsMap map[string]string) {
allInterface := CmiiOperator.DeploymentAllInterface(cmiiEnv)