You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// MaxStreamDuration defines the maximum duration a HTTP stream is kept alive.
589
+
// The stream will be reset if the time limit is reached. Omit or set to "infinity" for
590
+
// no max duration.
591
+
//
592
+
// See https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/core/v3/protocol.proto#envoy-v3-api-field-config-core-v3-httpprotocoloptions-max-stream-duration
Copy file name to clipboardExpand all lines: examples/contour/01-crds.yaml
+28
Original file line number
Diff line number
Diff line change
@@ -583,6 +583,14 @@ spec:
583
583
See https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/core/v3/protocol.proto#envoy-v3-api-field-config-core-v3-httpprotocoloptions-max-connection-duration
584
584
for more information.
585
585
type: string
586
+
maxStreamDuration:
587
+
description: |-
588
+
MaxStreamDuration defines the maximum duration a HTTP stream is kept alive.
589
+
The stream will be reset if the time limit is reached. Omit or set to "infinity" for
590
+
no max duration.
591
+
See https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/core/v3/protocol.proto#envoy-v3-api-field-config-core-v3-httpprotocoloptions-max-stream-duration
592
+
for more information.
593
+
type: string
586
594
requestTimeout:
587
595
description: |-
588
596
RequestTimeout sets the client request timeout globally for Contour. Note that
@@ -4399,6 +4407,14 @@ spec:
4399
4407
See https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/core/v3/protocol.proto#envoy-v3-api-field-config-core-v3-httpprotocoloptions-max-connection-duration
4400
4408
for more information.
4401
4409
type: string
4410
+
maxStreamDuration:
4411
+
description: |-
4412
+
MaxStreamDuration defines the maximum duration a HTTP stream is kept alive.
4413
+
The stream will be reset if the time limit is reached. Omit or set to "infinity" for
4414
+
no max duration.
4415
+
See https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/core/v3/protocol.proto#envoy-v3-api-field-config-core-v3-httpprotocoloptions-max-stream-duration
4416
+
for more information.
4417
+
type: string
4402
4418
requestTimeout:
4403
4419
description: |-
4404
4420
RequestTimeout sets the client request timeout globally for Contour. Note that
@@ -5274,6 +5290,12 @@ spec:
5274
5290
If not supplied, Envoy's default value of 1h applies.
Copy file name to clipboardExpand all lines: examples/render/contour-deployment.yaml
+28
Original file line number
Diff line number
Diff line change
@@ -798,6 +798,14 @@ spec:
798
798
See https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/core/v3/protocol.proto#envoy-v3-api-field-config-core-v3-httpprotocoloptions-max-connection-duration
799
799
for more information.
800
800
type: string
801
+
maxStreamDuration:
802
+
description: |-
803
+
MaxStreamDuration defines the maximum duration a HTTP stream is kept alive.
804
+
The stream will be reset if the time limit is reached. Omit or set to "infinity" for
805
+
no max duration.
806
+
See https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/core/v3/protocol.proto#envoy-v3-api-field-config-core-v3-httpprotocoloptions-max-stream-duration
807
+
for more information.
808
+
type: string
801
809
requestTimeout:
802
810
description: |-
803
811
RequestTimeout sets the client request timeout globally for Contour. Note that
@@ -4614,6 +4622,14 @@ spec:
4614
4622
See https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/core/v3/protocol.proto#envoy-v3-api-field-config-core-v3-httpprotocoloptions-max-connection-duration
4615
4623
for more information.
4616
4624
type: string
4625
+
maxStreamDuration:
4626
+
description: |-
4627
+
MaxStreamDuration defines the maximum duration a HTTP stream is kept alive.
4628
+
The stream will be reset if the time limit is reached. Omit or set to "infinity" for
4629
+
no max duration.
4630
+
See https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/core/v3/protocol.proto#envoy-v3-api-field-config-core-v3-httpprotocoloptions-max-stream-duration
4631
+
for more information.
4632
+
type: string
4617
4633
requestTimeout:
4618
4634
description: |-
4619
4635
RequestTimeout sets the client request timeout globally for Contour. Note that
@@ -5489,6 +5505,12 @@ spec:
5489
5505
If not supplied, Envoy's default value of 1h applies.
Copy file name to clipboardExpand all lines: examples/render/contour-gateway-provisioner.yaml
+28
Original file line number
Diff line number
Diff line change
@@ -594,6 +594,14 @@ spec:
594
594
See https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/core/v3/protocol.proto#envoy-v3-api-field-config-core-v3-httpprotocoloptions-max-connection-duration
595
595
for more information.
596
596
type: string
597
+
maxStreamDuration:
598
+
description: |-
599
+
MaxStreamDuration defines the maximum duration a HTTP stream is kept alive.
600
+
The stream will be reset if the time limit is reached. Omit or set to "infinity" for
601
+
no max duration.
602
+
See https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/core/v3/protocol.proto#envoy-v3-api-field-config-core-v3-httpprotocoloptions-max-stream-duration
603
+
for more information.
604
+
type: string
597
605
requestTimeout:
598
606
description: |-
599
607
RequestTimeout sets the client request timeout globally for Contour. Note that
@@ -4410,6 +4418,14 @@ spec:
4410
4418
See https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/core/v3/protocol.proto#envoy-v3-api-field-config-core-v3-httpprotocoloptions-max-connection-duration
4411
4419
for more information.
4412
4420
type: string
4421
+
maxStreamDuration:
4422
+
description: |-
4423
+
MaxStreamDuration defines the maximum duration a HTTP stream is kept alive.
4424
+
The stream will be reset if the time limit is reached. Omit or set to "infinity" for
4425
+
no max duration.
4426
+
See https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/core/v3/protocol.proto#envoy-v3-api-field-config-core-v3-httpprotocoloptions-max-stream-duration
4427
+
for more information.
4428
+
type: string
4413
4429
requestTimeout:
4414
4430
description: |-
4415
4431
RequestTimeout sets the client request timeout globally for Contour. Note that
@@ -5285,6 +5301,12 @@ spec:
5285
5301
If not supplied, Envoy's default value of 1h applies.
Copy file name to clipboardExpand all lines: examples/render/contour-gateway.yaml
+28
Original file line number
Diff line number
Diff line change
@@ -619,6 +619,14 @@ spec:
619
619
See https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/core/v3/protocol.proto#envoy-v3-api-field-config-core-v3-httpprotocoloptions-max-connection-duration
620
620
for more information.
621
621
type: string
622
+
maxStreamDuration:
623
+
description: |-
624
+
MaxStreamDuration defines the maximum duration a HTTP stream is kept alive.
625
+
The stream will be reset if the time limit is reached. Omit or set to "infinity" for
626
+
no max duration.
627
+
See https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/core/v3/protocol.proto#envoy-v3-api-field-config-core-v3-httpprotocoloptions-max-stream-duration
628
+
for more information.
629
+
type: string
622
630
requestTimeout:
623
631
description: |-
624
632
RequestTimeout sets the client request timeout globally for Contour. Note that
@@ -4435,6 +4443,14 @@ spec:
4435
4443
See https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/core/v3/protocol.proto#envoy-v3-api-field-config-core-v3-httpprotocoloptions-max-connection-duration
4436
4444
for more information.
4437
4445
type: string
4446
+
maxStreamDuration:
4447
+
description: |-
4448
+
MaxStreamDuration defines the maximum duration a HTTP stream is kept alive.
4449
+
The stream will be reset if the time limit is reached. Omit or set to "infinity" for
4450
+
no max duration.
4451
+
See https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/core/v3/protocol.proto#envoy-v3-api-field-config-core-v3-httpprotocoloptions-max-stream-duration
4452
+
for more information.
4453
+
type: string
4438
4454
requestTimeout:
4439
4455
description: |-
4440
4456
RequestTimeout sets the client request timeout globally for Contour. Note that
@@ -5310,6 +5326,12 @@ spec:
5310
5326
If not supplied, Envoy's default value of 1h applies.
0 commit comments