mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-14 12:20:27 +08:00
[节点]可以设置节点区域
This commit is contained in:
@@ -72,6 +72,7 @@ func (this *CreateNodeAction) RunPost(params struct {
|
||||
IpAddressesJSON []byte
|
||||
ClusterId int64
|
||||
GroupId int64
|
||||
RegionId int64
|
||||
GrantId int64
|
||||
SshHost string
|
||||
SshPort int
|
||||
@@ -120,6 +121,7 @@ func (this *CreateNodeAction) RunPost(params struct {
|
||||
Name: params.Name,
|
||||
ClusterId: params.ClusterId,
|
||||
GroupId: params.GroupId,
|
||||
RegionId: params.RegionId,
|
||||
Login: loginInfo,
|
||||
DnsDomainId: params.DnsDomainId,
|
||||
DnsRoutes: dnsRouteCodes,
|
||||
|
||||
Reference in New Issue
Block a user