Skip to content

Commit adee47d

Browse files
committed
update
Signed-off-by: zirain <[email protected]>
1 parent 26036d5 commit adee47d

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
@@ -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
@@ -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
@@ -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
@@ -2157,7 +2157,7 @@ _Appears in:_
21572157

21582158
| Field | Type | Required | Default | Description |
21592159
| --- | --- | --- | --- | --- |
2160-
| `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. |
2160+
| `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. |
21612161

21622162

21632163
#### GRPCActiveHealthChecker

0 commit comments

Comments
 (0)