mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-06 06:40:25 +08:00
服务修改所属集群时可以选择是否保留旧的配置
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -188,6 +188,7 @@ message UpdateServerBasicRequest {
|
|||||||
string name = 2;
|
string name = 2;
|
||||||
string description = 3;
|
string description = 3;
|
||||||
int64 nodeClusterId = 4;
|
int64 nodeClusterId = 4;
|
||||||
|
bool keepOldConfigs = 7; // 是否在老节点上保留一段时间配置
|
||||||
bool isOn = 5;
|
bool isOn = 5;
|
||||||
repeated int64 serverGroupIds = 6;
|
repeated int64 serverGroupIds = 6;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user