mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-03 04:10:34 +08:00
可以修改服务的DNS设置
This commit is contained in:
@@ -90,7 +90,7 @@ service NodeService {
|
||||
// 计算某个节点分组内的节点数量
|
||||
rpc countAllEnabledNodesWithGroupId (CountAllEnabledNodesWithGroupIdRequest) returns (RPCCountResponse);
|
||||
|
||||
// 取得某个集群下的所有节点
|
||||
// 取得某个集群下的所有节点DNS信息
|
||||
rpc findAllEnabledNodesDNSWithClusterId (FindAllEnabledNodesDNSWithClusterIdRequest) returns (FindAllEnabledNodesDNSWithClusterIdResponse);
|
||||
|
||||
// 查找单个节点的域名解析信息
|
||||
|
||||
Reference in New Issue
Block a user