Skip to content

Commit 43631f7

Browse files
committed
chore: run make generate and manifests
1 parent 075bd1d commit 43631f7

File tree

5 files changed

+23
-0
lines changed

5 files changed

+23
-0
lines changed

api/v1alpha1/zz_generated.deepcopy.go

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -726,6 +726,12 @@ spec:
726726
initiation and stops when either the last byte of the request is sent upstream or when the response begins.
727727
pattern: ^([0-9]{1,5}(h|m|s|ms)){1,4}$
728728
type: string
729+
streamIdleTimeout:
730+
description: |2-
731+
The stream idle timeout defines the amount of time a stream can exist without any upstream or downstream activity.
732+
Default: 5 minutes.
733+
pattern: ^([0-9]{1,5}(h|m|s|ms)){1,4}$
734+
type: string
729735
type: object
730736
tcp:
731737
description: Timeout settings for TCP.

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -725,6 +725,12 @@ spec:
725725
initiation and stops when either the last byte of the request is sent upstream or when the response begins.
726726
pattern: ^([0-9]{1,5}(h|m|s|ms)){1,4}$
727727
type: string
728+
streamIdleTimeout:
729+
description: |2-
730+
The stream idle timeout defines the amount of time a stream can exist without any upstream or downstream activity.
731+
Default: 5 minutes.
732+
pattern: ^([0-9]{1,5}(h|m|s|ms)){1,4}$
733+
type: string
728734
type: object
729735
tcp:
730736
description: Timeout settings for TCP.

internal/ir/zz_generated.deepcopy.go

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2169,6 +2169,7 @@ _Appears in:_
21692169
| --- | --- | --- | --- | --- |
21702170
| `requestReceivedTimeout` | _[Duration](https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io/v1.Duration)_ | false | | RequestReceivedTimeout is the duration envoy waits for the complete request reception. This timer starts upon request<br />initiation and stops when either the last byte of the request is sent upstream or when the response begins. |
21712171
| `idleTimeout` | _[Duration](https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io/v1.Duration)_ | false | | IdleTimeout for an HTTP connection. Idle time is defined as a period in which there are no active requests in the connection.<br />Default: 1 hour. |
2172+
| `streamIdleTimeout` | _[Duration](https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io/v1.Duration)_ | false | | The stream idle timeout defines the amount of time a stream can exist without any upstream or downstream activity.<br /> Default: 5 minutes. |
21722173

21732174

21742175
#### HTTPCredentialInjectionFilter

0 commit comments

Comments
 (0)