Skip to content

Commit ee5a396

Browse files
committed
ApisixRouteStream is supported
1 parent 79be0a5 commit ee5a396

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/v2/apisixroute_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ type ApisixRouteHTTP struct {
112112
Authentication ApisixRouteAuthentication `json:"authentication,omitempty" yaml:"authentication,omitempty"`
113113
}
114114

115-
// ApisixRouteStream defines the configuration for a Layer 4 (TCP/UDP) route. Currently not supported.
115+
// ApisixRouteStream defines the configuration for a Layer 4 (TCP/UDP) route.
116116
type ApisixRouteStream struct {
117117
// Name is a unique identifier for the route. This field must not be empty.
118118
Name string `json:"name" yaml:"name"`

docs/en/latest/reference/api-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1188,7 +1188,7 @@ _Appears in:_
11881188
#### ApisixRouteStream
11891189

11901190

1191-
ApisixRouteStream defines the configuration for a Layer 4 (TCP/UDP) route. Currently not supported.
1191+
ApisixRouteStream defines the configuration for a Layer 4 (TCP/UDP) route.
11921192

11931193

11941194

0 commit comments

Comments
 (0)