可以在集群中查看待安装节点、并直接安装节点

This commit is contained in:
GoEdgeLab
2020-10-26 21:15:13 +08:00
parent e643de4132
commit f52c8e7cda
6 changed files with 918 additions and 373 deletions

View File

@@ -8,5 +8,6 @@ message NodeInstallStatus {
bool isFinished = 2;
bool isOk = 3;
string error = 4;
string errorCode = 6;
int64 updatedAt = 5;
}