服务修改所属集群时可以选择是否保留旧的配置

This commit is contained in:
GoEdgeLab
2022-04-18 21:11:52 +08:00
parent f4701b136e
commit 588eda4641
2 changed files with 704 additions and 692 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -188,6 +188,7 @@ message UpdateServerBasicRequest {
string name = 2;
string description = 3;
int64 nodeClusterId = 4;
bool keepOldConfigs = 7; // 是否在老节点上保留一段时间配置
bool isOn = 5;
repeated int64 serverGroupIds = 6;
}