Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions apis/v1/grpcroute_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -302,13 +302,14 @@ type GRPCRouteRule struct {
// is `foo` AND it contains the `version: v1` header:
//
// ```
// matches:
// - method:
// type: Exact
// service: "foo"
// - headers:
// name: "version"
// value "v1"
//
// matches:
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Author

@opp-13 opp-13 Apr 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please redeploy the preview?

I don’t believe my commit affected the docs preview (value "v1" → value: "v1")
https://deploy-preview-4763--kubernetes-sigs-gateway-api.netlify.app/reference/spec/#httproutematch

Local testing with 'make verify-docs' and 'make live-docs' works correctly.

The link below shows that tabs are present in example yaml but the behavior is still working as expected:
https://gateway-api.sigs.k8s.io/reference/spec/#httproutematch
https://github.com/kubernetes-sigs/gateway-api/blob/main/apis/v1/httproute_types.go#L750-L759

Thank you!

// - method:
// type: Exact
// service: "foo"
// headers:
// - name: "version"
// value: "v1"
//
// ```
type GRPCRouteMatch struct {
Expand Down
2 changes: 1 addition & 1 deletion apis/v1/httproute_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ const (
// value: "/foo"
// headers:
// - name: "version"
// value "v1"
// value: "v1"
//
// ```
type HTTPRouteMatch struct {
Expand Down
7 changes: 4 additions & 3 deletions applyconfiguration/apis/v1/grpcroutematch.go

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

2 changes: 1 addition & 1 deletion applyconfiguration/apis/v1/httproutematch.go

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

26 changes: 8 additions & 18 deletions config/crd/experimental/gateway.networking.k8s.io_grpcroutes.yaml

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

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

26 changes: 8 additions & 18 deletions config/crd/standard/gateway.networking.k8s.io_grpcroutes.yaml

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_httproutes.yaml

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

4 changes: 2 additions & 2 deletions pkg/generated/openapi/zz_generated.openapi.go

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