Skip to content

Commit

Permalink
Add DNS and NTP servers field to partition create response
Browse files Browse the repository at this point in the history
  • Loading branch information
simcod committed Oct 28, 2024
1 parent 6259c7a commit b6d2ee2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/partition.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ func partitionResponseToCreate(r *models.V1PartitionResponse) *models.V1Partitio
Mgmtserviceaddress: r.Mgmtserviceaddress,
Name: r.Name,
Privatenetworkprefixlength: r.Privatenetworkprefixlength,
DNSServers: r.DNSServers,
NtpServers: r.NtpServers,
}
}

Expand Down

0 comments on commit b6d2ee2

Please sign in to comment.