节点根据健康检查自动上下线

This commit is contained in:
GoEdgeLab
2020-11-15 21:17:37 +08:00
parent d079e44d5d
commit 600f89c051
8 changed files with 950 additions and 919 deletions

View File

@@ -205,6 +205,8 @@ message FindEnabledNodeClusterDNSResponse {
string name = 1;
DNSDomain domain = 2;
DNSProvider provider = 3;
bool nodesAutoSync = 4;
bool serversAutoSync = 5;
}
// 计算使用某个DNS服务商的集群数量
@@ -232,6 +234,8 @@ message UpdateNodeClusterDNSRequest {
int64 nodeClusterId = 1;
string dnsName = 2;
int64 dnsDomainId = 3;
bool nodesAutoSync = 4;
bool serversAutoSync = 5;
}
// 检查集群的DNS是否有变化