节点根据健康检查自动上下线

This commit is contained in:
GoEdgeLab
2020-11-15 21:17:37 +08:00
parent d079e44d5d
commit 600f89c051
8 changed files with 950 additions and 919 deletions

View File

@@ -23,6 +23,7 @@ message Node {
repeated int64 connectedAPINodeIds = 11;
int32 maxCPU = 12;
bool isOn = 13;
bool isUp = 14;
NodeCluster cluster = 32;
NodeLogin login = 33;