mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-10 17:30:27 +08:00
可以在集群中查看待安装节点、并直接安装节点
This commit is contained in:
@@ -6,6 +6,7 @@ package pb;
|
||||
import "model_node_cluster.proto";
|
||||
import "model_node_login.proto";
|
||||
import "model_node_install_status.proto";
|
||||
import "model_node_ip_address.proto";
|
||||
|
||||
message Node {
|
||||
int64 id = 1;
|
||||
@@ -25,4 +26,5 @@ message Node {
|
||||
NodeCluster cluster = 32;
|
||||
NodeLogin login = 33;
|
||||
NodeInstallStatus installStatus = 34;
|
||||
repeated NodeIPAddress ipAddresses = 35;
|
||||
}
|
||||
Reference in New Issue
Block a user