Skip to content

Commit c1b375b

Browse files
committed
Revert "Document the route kinds compatible for each protocolType (#2263)"
This reverts commit a518fef.
1 parent 836ab80 commit c1b375b

File tree

5 files changed

+57
-77
lines changed

5 files changed

+57
-77
lines changed

apis/v1/gateway_types.go

-9
Original file line numberDiff line numberDiff line change
@@ -526,15 +526,6 @@ type AllowedRoutes struct {
526526
//
527527
// +optional
528528
// +kubebuilder:validation:MaxItems=8
529-
//
530-
// The following list states the Route kinds compatible for each protocolType
531-
// for route kinds and protocolTypes included in Gateway API
532-
//
533-
// HTTP: HTTPRoutes, GRPCRoutes
534-
// HTTPS: HTTPRoutes, GRPCRoutes, TLSRoutes
535-
// TLS: TLSRoutes, TCPRoutes
536-
// TCP: TCPRoutes
537-
// UDP: UDPRoutes
538529
Kinds []RouteGroupKind `json:"kinds,omitempty"`
539530
}
540531

config/crd/experimental/gateway.networking.k8s.io_gateways.yaml

+28-28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/standard/gateway.networking.k8s.io_gateways.yaml

+28-28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/generated/openapi/zz_generated.openapi.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site-src/concepts/api-overview.md

-11
Original file line numberDiff line numberDiff line change
@@ -260,17 +260,6 @@ following mechanisms:
260260
If none of the above are specified, a Gateway listener will trust Routes
261261
attached from the same namespace that support the listener protocol.
262262

263-
The following table shows the **Route kinds** compatible for each **protocolType**
264-
265-
|protocolType|core kind/s compatible|
266-
|------------|----------------------|
267-
| HTTP | HTTPRoutes, GRPCRoutes |
268-
| HTTPS | HTTPRoutes, GRPCRoutes, TLSRoutes |
269-
| TLS | TLSRoutes, TCPRoutes |
270-
| TCP | TCPRoutes |
271-
| UDP | UDPRoutes |
272-
273-
274263
#### Further Gateway - Route attachment examples
275264

276265
The following `my-route` Route wants to attach to the `foo-gateway` in the

0 commit comments

Comments
 (0)