查询节点DNS信息时可以区分节点是否已安装

This commit is contained in:
GoEdgeLab
2023-03-18 16:04:27 +08:00
parent 54d7f135b8
commit 786747b718
5 changed files with 568 additions and 546 deletions

View File

@@ -447,9 +447,10 @@ message CountAllEnabledNodesWithNodeGroupIdRequest {
int64 nodeGroupId = 1;
}
// 取得某个集群下的所有节点
// 取得某个集群下的所有节点DNS信息
message FindAllEnabledNodesDNSWithNodeClusterIdRequest {
int64 nodeClusterId = 1;
bool isInstalled = 2;
}
message FindAllEnabledNodesDNSWithNodeClusterIdResponse {