Skip to content

Commit 3eb0f2a

Browse files
authored
feat(edge_services): add default_fqdn to dns_stage (scaleway#2769)
1 parent 5428e2c commit 3eb0f2a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

api/edge_services/v1beta1/edge_services_sdk.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1222,7 +1222,10 @@ type DNSStage struct {
12221222
// ID: ID of the DNS stage.
12231223
ID string `json:"id"`
12241224

1225-
// Fqdns: list of Fully Qualified Domain Names attached to the stage.
1225+
// DefaultFqdn: default Fully Qualified Domain Name attached to the stage.
1226+
DefaultFqdn string `json:"default_fqdn"`
1227+
1228+
// Fqdns: list of additional (custom) Fully Qualified Domain Names attached to the stage.
12261229
Fqdns []string `json:"fqdns"`
12271230

12281231
// Type: type of the stage.

0 commit comments

Comments
 (0)