4 lines
248 B
Plaintext
4 lines
248 B
Plaintext
# 部署镜像仓库:在指定集群上部署本地 Docker Registry
|
|
result = await registry_deploy(request, params_kw)
|
|
return result if isinstance(result, dict) else {'widgettype': 'Error', 'options': {'title': '失败', 'message': str(result)}}
|