mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-15 13:26:35 +08:00
可以在创建、修改节点的时候选择分组,可以根据分组筛选节点
This commit is contained in:
@@ -96,6 +96,7 @@ message CreateNodeRequest {
|
||||
string name = 1;
|
||||
int64 clusterId = 2;
|
||||
NodeLogin Login = 3;
|
||||
int64 groupId = 4;
|
||||
}
|
||||
|
||||
message CreateNodeResponse {
|
||||
@@ -163,6 +164,7 @@ message UpdateNodeRequest {
|
||||
NodeLogin Login = 4;
|
||||
int32 maxCPU = 5;
|
||||
bool isOn = 6;
|
||||
int64 groupId = 7;
|
||||
}
|
||||
|
||||
// 查找节点
|
||||
|
||||
Reference in New Issue
Block a user