We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
RouteMatch.MatchSubdomains
1 parent 4d0065c commit 30ee603Copy full SHA for 30ee603
api/lb/v1/lb_sdk.go
@@ -1683,6 +1683,9 @@ type RouteMatch struct {
1683
// HostHeader: value to match in the HTTP Host request header from an incoming connection. This field should be set for routes on HTTP Load Balancers.
1684
// Precisely one of Sni, HostHeader must be set.
1685
HostHeader *string `json:"host_header,omitempty"`
1686
+
1687
+ // MatchSubdomains: if true, all subdomains will match.
1688
+ MatchSubdomains bool `json:"match_subdomains"`
1689
}
1690
1691
// CreateCertificateRequestCustomCertificate: create certificate request custom certificate.
0 commit comments