Skip to content

Commit

Permalink
Add suggested changes
Browse files Browse the repository at this point in the history
Signed-off-by: Abhisman Sarkar <abhisman.sarkar@gmail.com>
  • Loading branch information
abs007 committed Mar 30, 2024
1 parent 62ab86d commit 2f4ba59
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apis/v1/gateway_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ type AllowedRoutes struct {
// for route kinds and protocolTypes included in Gateway API
//
// HTTP: HTTPRoutes, GRPCRoutes
// HTTPS: HTTPRoutes, GRPCRoutes, TLSRoute
// HTTPS: HTTPRoutes, GRPCRoutes, TLSRoutes
// TLS: TLSRoutes, TCPRoutes
// TCP: TCPRoutes
// UDP: UDPRoutes
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions config/crd/standard/gateway.networking.k8s.io_gateways.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion site-src/concepts/api-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ The following table shows the **Route kinds** compatible for each **protocolType
|protocolType|core kind/s compatible|
|------------|----------------------|
| HTTP | HTTPRoutes, GRPCRoutes |
| HTTPS | HTTPRoutes, GRPCRoutes, TLSRoute |
| HTTPS | HTTPRoutes, GRPCRoutes, TLSRoutes |
| TLS | TLSRoutes, TCPRoutes |
| TCP | TCPRoutes |
| UDP | UDPRoutes |
Expand Down

0 comments on commit 2f4ba59

Please sign in to comment.