File tree Expand file tree Collapse file tree 10 files changed +48
-68
lines changed
config/networking/gateway
config/networking/gateway Expand file tree Collapse file tree 10 files changed +48
-68
lines changed Original file line number Diff line number Diff line change @@ -613,6 +613,12 @@ <h2 id="envvars">Environment variables</h2>
613
613
< td > < code > true</ code > </ td >
614
614
< td > If enabled, Istio merge destinationrules considering their exportTo fields, they will be kept as independent rules if the exportTos are not equal.</ td >
615
615
</ tr >
616
+ < tr id ='enable-gateway-api-inference-extension '>
617
+ < td > < a href ='#enable-gateway-api-inference-extension '> < code > ENABLE_GATEWAY_API_INFERENCE_EXTENSION</ code > </ a > </ td >
618
+ < td > Boolean</ td >
619
+ < td > < code > false</ code > </ td >
620
+ < td > If true, support gateway inference extension routing apis</ td >
621
+ </ tr >
616
622
< tr id ='enable-gateway-api-manual-deployment '>
617
623
< td > < a href ='#enable-gateway-api-manual-deployment '> < code > ENABLE_GATEWAY_API_MANUAL_DEPLOYMENT</ code > </ a > </ td >
618
624
< td > Boolean</ td >
@@ -1559,12 +1565,6 @@ <h2 id="envvars">Environment variables</h2>
1559
1565
< td > < code > false</ code > </ td >
1560
1566
< td > Whether to use insecure TLS in kubeconfig file</ td >
1561
1567
</ tr >
1562
- < tr id ='support-gateway-api-inference-extension '>
1563
- < td > < a href ='#support-gateway-api-inference-extension '> < code > SUPPORT_GATEWAY_API_INFERENCE_EXTENSION</ code > </ a > </ td >
1564
- < td > Boolean</ td >
1565
- < td > < code > false</ code > </ td >
1566
- < td > If true, support gateway inference extension routing apis</ td >
1567
- </ tr >
1568
1568
< tr id ='system-namespace '>
1569
1569
< td > < a href ='#system-namespace '> < code > SYSTEM_NAMESPACE</ code > </ a > </ td >
1570
1570
< td > String</ td >
Original file line number Diff line number Diff line change @@ -8494,6 +8494,12 @@ <h2 id="envvars">Environment variables</h2>
8494
8494
< td > < code > true</ code > </ td >
8495
8495
< td > If enabled, Istio merge destinationrules considering their exportTo fields, they will be kept as independent rules if the exportTos are not equal.</ td >
8496
8496
</ tr >
8497
+ < tr id ='enable-gateway-api-inference-extension '>
8498
+ < td > < a href ='#enable-gateway-api-inference-extension '> < code > ENABLE_GATEWAY_API_INFERENCE_EXTENSION</ code > </ a > </ td >
8499
+ < td > Boolean</ td >
8500
+ < td > < code > false</ code > </ td >
8501
+ < td > If true, support gateway inference extension routing apis</ td >
8502
+ </ tr >
8497
8503
< tr id ='enable-gateway-api-manual-deployment '>
8498
8504
< td > < a href ='#enable-gateway-api-manual-deployment '> < code > ENABLE_GATEWAY_API_MANUAL_DEPLOYMENT</ code > </ a > </ td >
8499
8505
< td > Boolean</ td >
@@ -9398,12 +9404,6 @@ <h2 id="envvars">Environment variables</h2>
9398
9404
< td > < code > </ code > </ td >
9399
9405
< td > Additional config map to load for shared MeshConfig settings. The standard mesh config will take precedence.</ td >
9400
9406
</ tr >
9401
- < tr id ='support-gateway-api-inference-extension '>
9402
- < td > < a href ='#support-gateway-api-inference-extension '> < code > SUPPORT_GATEWAY_API_INFERENCE_EXTENSION</ code > </ a > </ td >
9403
- < td > Boolean</ td >
9404
- < td > < code > false</ code > </ td >
9405
- < td > If true, support gateway inference extension routing apis</ td >
9406
- </ tr >
9407
9407
< tr id ='term '>
9408
9408
< td > < a href ='#term '> < code > TERM</ code > </ a > </ td >
9409
9409
< td > String</ td >
Original file line number Diff line number Diff line change @@ -876,6 +876,12 @@ <h2 id="envvars">Environment variables</h2>
876
876
< td > < code > true</ code > </ td >
877
877
< td > If enabled, Istio merge destinationrules considering their exportTo fields, they will be kept as independent rules if the exportTos are not equal.</ td >
878
878
</ tr >
879
+ < tr id ='enable-gateway-api-inference-extension '>
880
+ < td > < a href ='#enable-gateway-api-inference-extension '> < code > ENABLE_GATEWAY_API_INFERENCE_EXTENSION</ code > </ a > </ td >
881
+ < td > Boolean</ td >
882
+ < td > < code > false</ code > </ td >
883
+ < td > If true, support gateway inference extension routing apis</ td >
884
+ </ tr >
879
885
< tr id ='enable-gateway-api-manual-deployment '>
880
886
< td > < a href ='#enable-gateway-api-manual-deployment '> < code > ENABLE_GATEWAY_API_MANUAL_DEPLOYMENT</ code > </ a > </ td >
881
887
< td > Boolean</ td >
@@ -1912,12 +1918,6 @@ <h2 id="envvars">Environment variables</h2>
1912
1918
< td > < code > </ code > </ td >
1913
1919
< td > Additional config map to load for shared MeshConfig settings. The standard mesh config will take precedence.</ td >
1914
1920
</ tr >
1915
- < tr id ='support-gateway-api-inference-extension '>
1916
- < td > < a href ='#support-gateway-api-inference-extension '> < code > SUPPORT_GATEWAY_API_INFERENCE_EXTENSION</ code > </ a > </ td >
1917
- < td > Boolean</ td >
1918
- < td > < code > false</ code > </ td >
1919
- < td > If true, support gateway inference extension routing apis</ td >
1920
- </ tr >
1921
1921
< tr id ='token-audiences '>
1922
1922
< td > < a href ='#token-audiences '> < code > TOKEN_AUDIENCES</ code > </ a > </ td >
1923
1923
< td > String</ td >
Original file line number Diff line number Diff line change @@ -539,6 +539,12 @@ <h2 id="envvars">Environment variables</h2>
539
539
< td > < code > true</ code > </ td >
540
540
< td > If enabled, Istio merge destinationrules considering their exportTo fields, they will be kept as independent rules if the exportTos are not equal.</ td >
541
541
</ tr >
542
+ < tr id ='enable-gateway-api-inference-extension '>
543
+ < td > < a href ='#enable-gateway-api-inference-extension '> < code > ENABLE_GATEWAY_API_INFERENCE_EXTENSION</ code > </ a > </ td >
544
+ < td > Boolean</ td >
545
+ < td > < code > false</ code > </ td >
546
+ < td > If true, support gateway inference extension routing apis</ td >
547
+ </ tr >
542
548
< tr id ='enable-gateway-api-manual-deployment '>
543
549
< td > < a href ='#enable-gateway-api-manual-deployment '> < code > ENABLE_GATEWAY_API_MANUAL_DEPLOYMENT</ code > </ a > </ td >
544
550
< td > Boolean</ td >
@@ -1455,12 +1461,6 @@ <h2 id="envvars">Environment variables</h2>
1455
1461
< td > < code > </ code > </ td >
1456
1462
< td > Additional config map to load for shared MeshConfig settings. The standard mesh config will take precedence.</ td >
1457
1463
</ tr >
1458
- < tr id ='support-gateway-api-inference-extension '>
1459
- < td > < a href ='#support-gateway-api-inference-extension '> < code > SUPPORT_GATEWAY_API_INFERENCE_EXTENSION</ code > </ a > </ td >
1460
- < td > Boolean</ td >
1461
- < td > < code > false</ code > </ td >
1462
- < td > If true, support gateway inference extension routing apis</ td >
1463
- </ tr >
1464
1464
< tr id ='token-audiences '>
1465
1465
< td > < a href ='#token-audiences '> < code > TOKEN_AUDIENCES</ code > </ a > </ td >
1466
1466
< td > String</ td >
Original file line number Diff line number Diff line change @@ -513,16 +513,6 @@ <h2 id="ServerTLSSettings">ServerTLSSettings</h2>
513
513
< p > Same as CredentialName but for multiple certificates. Mainly used for specifying
514
514
RSA and ECDSA certificates for the same server.</ p >
515
515
516
- </ td >
517
- </ tr >
518
- < tr id ="ServerTLSSettings-ca_cert_credential_name ">
519
- < td > < div class ="field "> < div class ="name "> < code > < a href ="#ServerTLSSettings-ca_cert_credential_name "> caCertCredentialName</ a > </ code > </ div >
520
- < div class ="type "> string</ div >
521
- </ div > </ td >
522
- < td >
523
- < p > For mutual TLS, the name of the secret or the configmap that holds CA certificates.
524
- Takes precedence over CA certificates in the Secret referenced with < code > credentialName(s)</ code > .</ p >
525
-
526
516
</ td >
527
517
</ tr >
528
518
< tr id ="ServerTLSSettings-tls_certificates ">
Original file line number Diff line number Diff line change @@ -613,6 +613,12 @@ <h2 id="envvars">Environment variables</h2>
613
613
< td > < code > true</ code > </ td >
614
614
< td > If enabled, Istio merge destinationrules considering their exportTo fields, they will be kept as independent rules if the exportTos are not equal.</ td >
615
615
</ tr >
616
+ < tr id ='enable-gateway-api-inference-extension '>
617
+ < td > < a href ='#enable-gateway-api-inference-extension '> < code > ENABLE_GATEWAY_API_INFERENCE_EXTENSION</ code > </ a > </ td >
618
+ < td > Boolean</ td >
619
+ < td > < code > false</ code > </ td >
620
+ < td > If true, support gateway inference extension routing apis</ td >
621
+ </ tr >
616
622
< tr id ='enable-gateway-api-manual-deployment '>
617
623
< td > < a href ='#enable-gateway-api-manual-deployment '> < code > ENABLE_GATEWAY_API_MANUAL_DEPLOYMENT</ code > </ a > </ td >
618
624
< td > Boolean</ td >
@@ -1559,12 +1565,6 @@ <h2 id="envvars">Environment variables</h2>
1559
1565
< td > < code > false</ code > </ td >
1560
1566
< td > Whether to use insecure TLS in kubeconfig file</ td >
1561
1567
</ tr >
1562
- < tr id ='support-gateway-api-inference-extension '>
1563
- < td > < a href ='#support-gateway-api-inference-extension '> < code > SUPPORT_GATEWAY_API_INFERENCE_EXTENSION</ code > </ a > </ td >
1564
- < td > Boolean</ td >
1565
- < td > < code > false</ code > </ td >
1566
- < td > If true, support gateway inference extension routing apis</ td >
1567
- </ tr >
1568
1568
< tr id ='system-namespace '>
1569
1569
< td > < a href ='#system-namespace '> < code > SYSTEM_NAMESPACE</ code > </ a > </ td >
1570
1570
< td > String</ td >
Original file line number Diff line number Diff line change @@ -8494,6 +8494,12 @@ <h2 id="envvars">Environment variables</h2>
8494
8494
< td > < code > true</ code > </ td >
8495
8495
< td > If enabled, Istio merge destinationrules considering their exportTo fields, they will be kept as independent rules if the exportTos are not equal.</ td >
8496
8496
</ tr >
8497
+ < tr id ='enable-gateway-api-inference-extension '>
8498
+ < td > < a href ='#enable-gateway-api-inference-extension '> < code > ENABLE_GATEWAY_API_INFERENCE_EXTENSION</ code > </ a > </ td >
8499
+ < td > Boolean</ td >
8500
+ < td > < code > false</ code > </ td >
8501
+ < td > If true, support gateway inference extension routing apis</ td >
8502
+ </ tr >
8497
8503
< tr id ='enable-gateway-api-manual-deployment '>
8498
8504
< td > < a href ='#enable-gateway-api-manual-deployment '> < code > ENABLE_GATEWAY_API_MANUAL_DEPLOYMENT</ code > </ a > </ td >
8499
8505
< td > Boolean</ td >
@@ -9398,12 +9404,6 @@ <h2 id="envvars">Environment variables</h2>
9398
9404
< td > < code > </ code > </ td >
9399
9405
< td > Additional config map to load for shared MeshConfig settings. The standard mesh config will take precedence.</ td >
9400
9406
</ tr >
9401
- < tr id ='support-gateway-api-inference-extension '>
9402
- < td > < a href ='#support-gateway-api-inference-extension '> < code > SUPPORT_GATEWAY_API_INFERENCE_EXTENSION</ code > </ a > </ td >
9403
- < td > Boolean</ td >
9404
- < td > < code > false</ code > </ td >
9405
- < td > If true, support gateway inference extension routing apis</ td >
9406
- </ tr >
9407
9407
< tr id ='term '>
9408
9408
< td > < a href ='#term '> < code > TERM</ code > </ a > </ td >
9409
9409
< td > String</ td >
Original file line number Diff line number Diff line change @@ -876,6 +876,12 @@ <h2 id="envvars">Environment variables</h2>
876
876
< td > < code > true</ code > </ td >
877
877
< td > If enabled, Istio merge destinationrules considering their exportTo fields, they will be kept as independent rules if the exportTos are not equal.</ td >
878
878
</ tr >
879
+ < tr id ='enable-gateway-api-inference-extension '>
880
+ < td > < a href ='#enable-gateway-api-inference-extension '> < code > ENABLE_GATEWAY_API_INFERENCE_EXTENSION</ code > </ a > </ td >
881
+ < td > Boolean</ td >
882
+ < td > < code > false</ code > </ td >
883
+ < td > If true, support gateway inference extension routing apis</ td >
884
+ </ tr >
879
885
< tr id ='enable-gateway-api-manual-deployment '>
880
886
< td > < a href ='#enable-gateway-api-manual-deployment '> < code > ENABLE_GATEWAY_API_MANUAL_DEPLOYMENT</ code > </ a > </ td >
881
887
< td > Boolean</ td >
@@ -1912,12 +1918,6 @@ <h2 id="envvars">Environment variables</h2>
1912
1918
< td > < code > </ code > </ td >
1913
1919
< td > Additional config map to load for shared MeshConfig settings. The standard mesh config will take precedence.</ td >
1914
1920
</ tr >
1915
- < tr id ='support-gateway-api-inference-extension '>
1916
- < td > < a href ='#support-gateway-api-inference-extension '> < code > SUPPORT_GATEWAY_API_INFERENCE_EXTENSION</ code > </ a > </ td >
1917
- < td > Boolean</ td >
1918
- < td > < code > false</ code > </ td >
1919
- < td > If true, support gateway inference extension routing apis</ td >
1920
- </ tr >
1921
1921
< tr id ='token-audiences '>
1922
1922
< td > < a href ='#token-audiences '> < code > TOKEN_AUDIENCES</ code > </ a > </ td >
1923
1923
< td > String</ td >
Original file line number Diff line number Diff line change @@ -539,6 +539,12 @@ <h2 id="envvars">Environment variables</h2>
539
539
< td > < code > true</ code > </ td >
540
540
< td > If enabled, Istio merge destinationrules considering their exportTo fields, they will be kept as independent rules if the exportTos are not equal.</ td >
541
541
</ tr >
542
+ < tr id ='enable-gateway-api-inference-extension '>
543
+ < td > < a href ='#enable-gateway-api-inference-extension '> < code > ENABLE_GATEWAY_API_INFERENCE_EXTENSION</ code > </ a > </ td >
544
+ < td > Boolean</ td >
545
+ < td > < code > false</ code > </ td >
546
+ < td > If true, support gateway inference extension routing apis</ td >
547
+ </ tr >
542
548
< tr id ='enable-gateway-api-manual-deployment '>
543
549
< td > < a href ='#enable-gateway-api-manual-deployment '> < code > ENABLE_GATEWAY_API_MANUAL_DEPLOYMENT</ code > </ a > </ td >
544
550
< td > Boolean</ td >
@@ -1455,12 +1461,6 @@ <h2 id="envvars">Environment variables</h2>
1455
1461
< td > < code > </ code > </ td >
1456
1462
< td > Additional config map to load for shared MeshConfig settings. The standard mesh config will take precedence.</ td >
1457
1463
</ tr >
1458
- < tr id ='support-gateway-api-inference-extension '>
1459
- < td > < a href ='#support-gateway-api-inference-extension '> < code > SUPPORT_GATEWAY_API_INFERENCE_EXTENSION</ code > </ a > </ td >
1460
- < td > Boolean</ td >
1461
- < td > < code > false</ code > </ td >
1462
- < td > If true, support gateway inference extension routing apis</ td >
1463
- </ tr >
1464
1464
< tr id ='token-audiences '>
1465
1465
< td > < a href ='#token-audiences '> < code > TOKEN_AUDIENCES</ code > </ a > </ td >
1466
1466
< td > String</ td >
Original file line number Diff line number Diff line change @@ -513,16 +513,6 @@ <h2 id="ServerTLSSettings">ServerTLSSettings</h2>
513
513
< p > Same as CredentialName but for multiple certificates. Mainly used for specifying
514
514
RSA and ECDSA certificates for the same server.</ p >
515
515
516
- </ td >
517
- </ tr >
518
- < tr id ="ServerTLSSettings-ca_cert_credential_name ">
519
- < td > < div class ="field "> < div class ="name "> < code > < a href ="#ServerTLSSettings-ca_cert_credential_name "> caCertCredentialName</ a > </ code > </ div >
520
- < div class ="type "> string</ div >
521
- </ div > </ td >
522
- < td >
523
- < p > For mutual TLS, the name of the secret or the configmap that holds CA certificates.
524
- Takes precedence over CA certificates in the Secret referenced with < code > credentialName(s)</ code > .</ p >
525
-
526
516
</ td >
527
517
</ tr >
528
518
< tr id ="ServerTLSSettings-tls_certificates ">
You can’t perform that action at this time.
0 commit comments