可以修改节点的DNS设置

This commit is contained in:
刘祥超
2020-11-14 09:41:58 +08:00
parent b46960e45a
commit 97f94afc3b
5 changed files with 233 additions and 0 deletions

View File

@@ -407,6 +407,7 @@ func (this *NodeClusterService) FindEnabledNodeClusterDNS(ctx context.Context, r
if provider != nil {
pbProvider = &pb.DNSProvider{
Id: int64(provider.Id),
Name: provider.Name,
Type: provider.Type,
TypeName: dnsclients.FindProviderTypeName(provider.Type),
}