mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-11 01:50:26 +08:00
可以设置集群的DNS记录TTL
This commit is contained in:
@@ -248,6 +248,7 @@ message FindEnabledNodeClusterDNSResponse {
|
||||
bool nodesAutoSync = 4;
|
||||
bool serversAutoSync = 5;
|
||||
repeated string cnameRecords = 7;
|
||||
int32 ttl = 8;
|
||||
}
|
||||
|
||||
// 计算使用某个DNS服务商的集群数量
|
||||
@@ -287,6 +288,7 @@ message UpdateNodeClusterDNSRequest {
|
||||
bool nodesAutoSync = 4;
|
||||
bool serversAutoSync = 5;
|
||||
repeated string cnameRecords = 6;
|
||||
int32 ttl = 7;
|
||||
}
|
||||
|
||||
// 检查集群的DNS是否有变化
|
||||
|
||||
Reference in New Issue
Block a user