Skip to content

fixed doc rendering issues #3742

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
2 changes: 0 additions & 2 deletions apis/v1/grpcroute_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ type GRPCRouteRule struct {
//
// For example, take the following matches configuration:
//
// ```
// matches:
// - method:
// service: foo.bar
Expand All @@ -174,7 +173,6 @@ type GRPCRouteRule struct {
// version: 2
// - method:
// service: foo.bar.v2
// ```
//
// For a request to match against this rule, it MUST satisfy
// EITHER of the two conditions:
Expand Down
2 changes: 0 additions & 2 deletions apis/v1/httproute_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ type HTTPRouteRule struct {
//
// For example, take the following matches configuration:
//
// ```
// matches:
// - path:
// value: "/foo"
Expand All @@ -156,7 +155,6 @@ type HTTPRouteRule struct {
// value: "v2"
// - path:
// value: "/v2/foo"
// ```
//
// For a request to match against this rule, a request must satisfy
// EITHER of the two conditions:
Expand Down

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.

2 changes: 0 additions & 2 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: 0 additions & 4 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.

Loading