Skip to content

Commit ed0331a

Browse files
committed
update
Signed-off-by: zirain <[email protected]>
1 parent d5e5007 commit ed0331a

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
@@ -2336,7 +2336,7 @@ spec:
23362336
value:
23372337
description: |-
23382338
Values defines the formatter value to use,
2339-
same formatter as HTTP access logging
2339+
same [formatter](https://www.envoyproxy.io/docs/envoy/latest/configuration/observability/access_log/usage#command-operators) as HTTP access logging
23402340
(e.g. %REQUESTED_SERVER_NAME%).
23412341
Unknown specifier values are replaced
23422342
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
@@ -14844,7 +14844,7 @@ spec:
1484414844
value:
1484514845
description: |-
1484614846
Values defines the formatter value to use,
14847-
same formatter as HTTP access logging
14847+
same [formatter](https://www.envoyproxy.io/docs/envoy/latest/configuration/observability/access_log/usage#command-operators) as HTTP access logging
1484814848
(e.g. %REQUESTED_SERVER_NAME%).
1484914849
Unknown specifier values are replaced
1485014850
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
@@ -2335,7 +2335,7 @@ spec:
23352335
value:
23362336
description: |-
23372337
Values defines the formatter value to use,
2338-
same formatter as HTTP access logging
2338+
same [formatter](https://www.envoyproxy.io/docs/envoy/latest/configuration/observability/access_log/usage#command-operators) as HTTP access logging
23392339
(e.g. %REQUESTED_SERVER_NAME%).
23402340
Unknown specifier values are replaced
23412341
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
@@ -14843,7 +14843,7 @@ spec:
1484314843
value:
1484414844
description: |-
1484514845
Values defines the formatter value to use,
14846-
same formatter as HTTP access logging
14846+
same [formatter](https://www.envoyproxy.io/docs/envoy/latest/configuration/observability/access_log/usage#command-operators) as HTTP access logging
1484714847
(e.g. %REQUESTED_SERVER_NAME%).
1484814848
Unknown specifier values are replaced
1484914849
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
@@ -2160,7 +2160,7 @@ _Appears in:_
21602160

21612161
| Field | Type | Required | Default | Description |
21622162
| --- | --- | --- | --- | --- |
2163-
| `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. |
2163+
| `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. |
21642164

21652165

21662166
#### GRPCActiveHealthChecker

0 commit comments

Comments
 (0)