mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-17 07:30:25 +08:00
集群DNS设置中增加”包含Ln节点“选项
This commit is contained in:
@@ -274,6 +274,7 @@ message FindEnabledNodeClusterDNSResponse {
|
||||
repeated string cnameRecords = 7;
|
||||
int32 ttl = 8;
|
||||
bool cnameAsDomain = 9;
|
||||
bool includingLnNodes = 10;
|
||||
}
|
||||
|
||||
// 计算使用某个DNS服务商的集群数量
|
||||
@@ -315,6 +316,7 @@ message UpdateNodeClusterDNSRequest {
|
||||
repeated string cnameRecords = 6;
|
||||
int32 ttl = 7;
|
||||
bool cnameAsDomain = 8;
|
||||
bool includingLnNodes = 9;
|
||||
}
|
||||
|
||||
// 检查集群的DNS是否有变化
|
||||
|
||||
Reference in New Issue
Block a user