Skip to content

Commit f58f741

Browse files
committed
Fix add header accurately
1 parent 5c752d6 commit f58f741

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

apis/v1alpha1/httproute_types.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,8 @@ type HTTPRequestHeaderFilter struct {
463463
//
464464
// Output:
465465
// GET /foo HTTP/1.1
466-
// my-header: foo bar
466+
// my-header: foo
467+
// my-header: bar
467468
//
468469
// Support: Extended
469470
// +optional

config/crd/bases/networking.x-k8s.io_httproutes.yaml

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

docs-src/spec.md

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

docs/spec/index.html

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

0 commit comments

Comments
 (0)