集群DNS设置中增加”包含Ln节点“选项

This commit is contained in:
刘祥超
2022-08-25 19:18:25 +08:00
parent a957903b98
commit 8972acdfd7
4 changed files with 4086 additions and 4062 deletions

View File

@@ -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是否有变化