Skip to content

Commit f018058

Browse files
committed
update
Signed-off-by: zirain <[email protected]>
1 parent 2f212c6 commit f018058

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

api/v1alpha1/envoyproxy_tracing_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ type RequestHeaderCustomTag struct {
154154

155155
type FormatterCustomTag struct {
156156
// Values defines the formatter value to use,
157-
// same formatter as HTTP access logging
157+
// same [formatter](https://www.envoyproxy.io/docs/envoy/latest/configuration/observability/access_log/usage#command-operators) as HTTP access logging
158158
// (e.g. %REQUESTED_SERVER_NAME%).
159159
// Unknown specifier values are replaced
160160
// with the empty string.

charts/gateway-crds-helm/templates/generated/gateway.envoyproxy.io_backendtrafficpolicies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2298,7 +2298,7 @@ spec:
22982298
value:
22992299
description: |-
23002300
Values defines the formatter value to use,
2301-
same formatter as HTTP access logging
2301+
same [formatter](https://www.envoyproxy.io/docs/envoy/latest/configuration/observability/access_log/usage#command-operators) as HTTP access logging
23022302
(e.g. %REQUESTED_SERVER_NAME%).
23032303
Unknown specifier values are replaced
23042304
with the empty string.

charts/gateway-crds-helm/templates/generated/gateway.envoyproxy.io_envoyproxies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14710,7 +14710,7 @@ spec:
1471014710
value:
1471114711
description: |-
1471214712
Values defines the formatter value to use,
14713-
same formatter as HTTP access logging
14713+
same [formatter](https://www.envoyproxy.io/docs/envoy/latest/configuration/observability/access_log/usage#command-operators) as HTTP access logging
1471414714
(e.g. %REQUESTED_SERVER_NAME%).
1471514715
Unknown specifier values are replaced
1471614716
with the empty string.

charts/gateway-helm/crds/generated/gateway.envoyproxy.io_backendtrafficpolicies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2297,7 +2297,7 @@ spec:
22972297
value:
22982298
description: |-
22992299
Values defines the formatter value to use,
2300-
same formatter as HTTP access logging
2300+
same [formatter](https://www.envoyproxy.io/docs/envoy/latest/configuration/observability/access_log/usage#command-operators) as HTTP access logging
23012301
(e.g. %REQUESTED_SERVER_NAME%).
23022302
Unknown specifier values are replaced
23032303
with the empty string.

charts/gateway-helm/crds/generated/gateway.envoyproxy.io_envoyproxies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14709,7 +14709,7 @@ spec:
1470914709
value:
1471014710
description: |-
1471114711
Values defines the formatter value to use,
14712-
same formatter as HTTP access logging
14712+
same [formatter](https://www.envoyproxy.io/docs/envoy/latest/configuration/observability/access_log/usage#command-operators) as HTTP access logging
1471314713
(e.g. %REQUESTED_SERVER_NAME%).
1471414714
Unknown specifier values are replaced
1471514715
with the empty string.

site/content/en/latest/api/extension_types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2126,7 +2126,7 @@ _Appears in:_
21262126

21272127
| Field | Type | Required | Default | Description |
21282128
| --- | --- | --- | --- | --- |
2129-
| `value` | _string_ | true | | Values defines the formatter value to use,<br />same formatter as HTTP access logging<br />(e.g. %REQUESTED_SERVER_NAME%).<br />Unknown specifier values are replaced<br />with the empty string. |
2129+
| `value` | _string_ | true | | Values defines the formatter value to use,<br />same [formatter](https://www.envoyproxy.io/docs/envoy/latest/configuration/observability/access_log/usage#command-operators) as HTTP access logging<br />(e.g. %REQUESTED_SERVER_NAME%).<br />Unknown specifier values are replaced<br />with the empty string. |
21302130

21312131

21322132
#### GRPCActiveHealthChecker

0 commit comments

Comments
 (0)