Skip to content

Commit 30b04a4

Browse files
committed
feat: update generated APIs
1 parent 88e1f07 commit 30b04a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api/edge_services/v1beta1/edge_services_sdk.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1098,6 +1098,9 @@ type ScalewayLB struct {
10981098

10991099
// DomainName: fully Qualified Domain Name (in the format subdomain.example.com) to use in HTTP requests sent towards your Load Balancer.
11001100
DomainName *string `json:"domain_name"`
1101+
1102+
// HasWebsocket: defines whether to forward websocket requests to the load balancer.
1103+
HasWebsocket *bool `json:"has_websocket"`
11011104
}
11021105

11031106
// RuleHTTPMatchPathFilter: rule http match path filter.

0 commit comments

Comments
 (0)