mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-10 10:10:27 +08:00
查询节点DNS信息时可以区分节点是否已安装
This commit is contained in:
@@ -13,6 +13,7 @@ message NodeCluster {
|
||||
string secret = 7;
|
||||
string dnsName = 8;
|
||||
int64 dnsDomainId = 9;
|
||||
string dnsDefaultRoute = 22; // DNS默认线路
|
||||
int64 httpCachePolicyId = 10;
|
||||
int64 httpFirewallPolicyId = 11;
|
||||
bool isOn = 12;
|
||||
|
||||
@@ -447,9 +447,10 @@ message CountAllEnabledNodesWithNodeGroupIdRequest {
|
||||
int64 nodeGroupId = 1;
|
||||
}
|
||||
|
||||
// 取得某个集群下的所有节点
|
||||
// 取得某个集群下的所有节点DNS信息
|
||||
message FindAllEnabledNodesDNSWithNodeClusterIdRequest {
|
||||
int64 nodeClusterId = 1;
|
||||
bool isInstalled = 2;
|
||||
}
|
||||
|
||||
message FindAllEnabledNodesDNSWithNodeClusterIdResponse {
|
||||
|
||||
Reference in New Issue
Block a user