Skip to content

Commit 08ef04a

Browse files
committed
update
Signed-off-by: zirain <[email protected]>
1 parent b76ee09 commit 08ef04a

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
@@ -2315,7 +2315,7 @@ spec:
23152315
value:
23162316
description: |-
23172317
Values defines the formatter value to use,
2318-
same formatter as HTTP access logging
2318+
same [formatter](https://www.envoyproxy.io/docs/envoy/latest/configuration/observability/access_log/usage#command-operators) as HTTP access logging
23192319
(e.g. %REQUESTED_SERVER_NAME%).
23202320
Unknown specifier values are replaced
23212321
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
@@ -14770,7 +14770,7 @@ spec:
1477014770
value:
1477114771
description: |-
1477214772
Values defines the formatter value to use,
14773-
same formatter as HTTP access logging
14773+
same [formatter](https://www.envoyproxy.io/docs/envoy/latest/configuration/observability/access_log/usage#command-operators) as HTTP access logging
1477414774
(e.g. %REQUESTED_SERVER_NAME%).
1477514775
Unknown specifier values are replaced
1477614776
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
@@ -2314,7 +2314,7 @@ spec:
23142314
value:
23152315
description: |-
23162316
Values defines the formatter value to use,
2317-
same formatter as HTTP access logging
2317+
same [formatter](https://www.envoyproxy.io/docs/envoy/latest/configuration/observability/access_log/usage#command-operators) as HTTP access logging
23182318
(e.g. %REQUESTED_SERVER_NAME%).
23192319
Unknown specifier values are replaced
23202320
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
@@ -14769,7 +14769,7 @@ spec:
1476914769
value:
1477014770
description: |-
1477114771
Values defines the formatter value to use,
14772-
same formatter as HTTP access logging
14772+
same [formatter](https://www.envoyproxy.io/docs/envoy/latest/configuration/observability/access_log/usage#command-operators) as HTTP access logging
1477314773
(e.g. %REQUESTED_SERVER_NAME%).
1477414774
Unknown specifier values are replaced
1477514775
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
@@ -2158,7 +2158,7 @@ _Appears in:_
21582158

21592159
| Field | Type | Required | Default | Description |
21602160
| --- | --- | --- | --- | --- |
2161-
| `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. |
2161+
| `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. |
21622162

21632163

21642164
#### GRPCActiveHealthChecker

0 commit comments

Comments
 (0)