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>
613613< td > < code > true</ code > </ td >
614614< td > If enabled, Istio merge destinationrules considering their exportTo fields, they will be kept as independent rules if the exportTos are not equal.</ td >
615615</ 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 >
616622< tr id ='enable-gateway-api-manual-deployment '>
617623< td > < a href ='#enable-gateway-api-manual-deployment '> < code > ENABLE_GATEWAY_API_MANUAL_DEPLOYMENT</ code > </ a > </ td >
618624< td > Boolean</ td >
@@ -1559,12 +1565,6 @@ <h2 id="envvars">Environment variables</h2>
15591565< td > < code > false</ code > </ td >
15601566< td > Whether to use insecure TLS in kubeconfig file</ td >
15611567</ 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 >
15681568< tr id ='system-namespace '>
15691569< td > < a href ='#system-namespace '> < code > SYSTEM_NAMESPACE</ code > </ a > </ td >
15701570< td > String</ td >
Original file line number Diff line number Diff line change @@ -8494,6 +8494,12 @@ <h2 id="envvars">Environment variables</h2>
84948494< td > < code > true</ code > </ td >
84958495< td > If enabled, Istio merge destinationrules considering their exportTo fields, they will be kept as independent rules if the exportTos are not equal.</ td >
84968496</ 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 >
84978503< tr id ='enable-gateway-api-manual-deployment '>
84988504< td > < a href ='#enable-gateway-api-manual-deployment '> < code > ENABLE_GATEWAY_API_MANUAL_DEPLOYMENT</ code > </ a > </ td >
84998505< td > Boolean</ td >
@@ -9398,12 +9404,6 @@ <h2 id="envvars">Environment variables</h2>
93989404< td > < code > </ code > </ td >
93999405< td > Additional config map to load for shared MeshConfig settings. The standard mesh config will take precedence.</ td >
94009406</ 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 >
94079407< tr id ='term '>
94089408< td > < a href ='#term '> < code > TERM</ code > </ a > </ td >
94099409< td > String</ td >
Original file line number Diff line number Diff line change @@ -876,6 +876,12 @@ <h2 id="envvars">Environment variables</h2>
876876< td > < code > true</ code > </ td >
877877< td > If enabled, Istio merge destinationrules considering their exportTo fields, they will be kept as independent rules if the exportTos are not equal.</ td >
878878</ 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 >
879885< tr id ='enable-gateway-api-manual-deployment '>
880886< td > < a href ='#enable-gateway-api-manual-deployment '> < code > ENABLE_GATEWAY_API_MANUAL_DEPLOYMENT</ code > </ a > </ td >
881887< td > Boolean</ td >
@@ -1912,12 +1918,6 @@ <h2 id="envvars">Environment variables</h2>
19121918< td > < code > </ code > </ td >
19131919< td > Additional config map to load for shared MeshConfig settings. The standard mesh config will take precedence.</ td >
19141920</ 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 >
19211921< tr id ='token-audiences '>
19221922< td > < a href ='#token-audiences '> < code > TOKEN_AUDIENCES</ code > </ a > </ td >
19231923< td > String</ td >
Original file line number Diff line number Diff line change @@ -539,6 +539,12 @@ <h2 id="envvars">Environment variables</h2>
539539< td > < code > true</ code > </ td >
540540< td > If enabled, Istio merge destinationrules considering their exportTo fields, they will be kept as independent rules if the exportTos are not equal.</ td >
541541</ 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 >
542548< tr id ='enable-gateway-api-manual-deployment '>
543549< td > < a href ='#enable-gateway-api-manual-deployment '> < code > ENABLE_GATEWAY_API_MANUAL_DEPLOYMENT</ code > </ a > </ td >
544550< td > Boolean</ td >
@@ -1455,12 +1461,6 @@ <h2 id="envvars">Environment variables</h2>
14551461< td > < code > </ code > </ td >
14561462< td > Additional config map to load for shared MeshConfig settings. The standard mesh config will take precedence.</ td >
14571463</ 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 >
14641464< tr id ='token-audiences '>
14651465< td > < a href ='#token-audiences '> < code > TOKEN_AUDIENCES</ code > </ a > </ td >
14661466< td > String</ td >
Original file line number Diff line number Diff line change @@ -513,16 +513,6 @@ <h2 id="ServerTLSSettings">ServerTLSSettings</h2>
513513< p > Same as CredentialName but for multiple certificates. Mainly used for specifying
514514RSA and ECDSA certificates for the same server.</ p >
515515
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-
526516</ td >
527517</ tr >
528518< 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>
613613< td > < code > true</ code > </ td >
614614< td > If enabled, Istio merge destinationrules considering their exportTo fields, they will be kept as independent rules if the exportTos are not equal.</ td >
615615</ 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 >
616622< tr id ='enable-gateway-api-manual-deployment '>
617623< td > < a href ='#enable-gateway-api-manual-deployment '> < code > ENABLE_GATEWAY_API_MANUAL_DEPLOYMENT</ code > </ a > </ td >
618624< td > Boolean</ td >
@@ -1559,12 +1565,6 @@ <h2 id="envvars">Environment variables</h2>
15591565< td > < code > false</ code > </ td >
15601566< td > Whether to use insecure TLS in kubeconfig file</ td >
15611567</ 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 >
15681568< tr id ='system-namespace '>
15691569< td > < a href ='#system-namespace '> < code > SYSTEM_NAMESPACE</ code > </ a > </ td >
15701570< td > String</ td >
Original file line number Diff line number Diff line change @@ -8494,6 +8494,12 @@ <h2 id="envvars">Environment variables</h2>
84948494< td > < code > true</ code > </ td >
84958495< td > If enabled, Istio merge destinationrules considering their exportTo fields, they will be kept as independent rules if the exportTos are not equal.</ td >
84968496</ 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 >
84978503< tr id ='enable-gateway-api-manual-deployment '>
84988504< td > < a href ='#enable-gateway-api-manual-deployment '> < code > ENABLE_GATEWAY_API_MANUAL_DEPLOYMENT</ code > </ a > </ td >
84998505< td > Boolean</ td >
@@ -9398,12 +9404,6 @@ <h2 id="envvars">Environment variables</h2>
93989404< td > < code > </ code > </ td >
93999405< td > Additional config map to load for shared MeshConfig settings. The standard mesh config will take precedence.</ td >
94009406</ 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 >
94079407< tr id ='term '>
94089408< td > < a href ='#term '> < code > TERM</ code > </ a > </ td >
94099409< td > String</ td >
Original file line number Diff line number Diff line change @@ -876,6 +876,12 @@ <h2 id="envvars">Environment variables</h2>
876876< td > < code > true</ code > </ td >
877877< td > If enabled, Istio merge destinationrules considering their exportTo fields, they will be kept as independent rules if the exportTos are not equal.</ td >
878878</ 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 >
879885< tr id ='enable-gateway-api-manual-deployment '>
880886< td > < a href ='#enable-gateway-api-manual-deployment '> < code > ENABLE_GATEWAY_API_MANUAL_DEPLOYMENT</ code > </ a > </ td >
881887< td > Boolean</ td >
@@ -1912,12 +1918,6 @@ <h2 id="envvars">Environment variables</h2>
19121918< td > < code > </ code > </ td >
19131919< td > Additional config map to load for shared MeshConfig settings. The standard mesh config will take precedence.</ td >
19141920</ 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 >
19211921< tr id ='token-audiences '>
19221922< td > < a href ='#token-audiences '> < code > TOKEN_AUDIENCES</ code > </ a > </ td >
19231923< td > String</ td >
Original file line number Diff line number Diff line change @@ -539,6 +539,12 @@ <h2 id="envvars">Environment variables</h2>
539539< td > < code > true</ code > </ td >
540540< td > If enabled, Istio merge destinationrules considering their exportTo fields, they will be kept as independent rules if the exportTos are not equal.</ td >
541541</ 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 >
542548< tr id ='enable-gateway-api-manual-deployment '>
543549< td > < a href ='#enable-gateway-api-manual-deployment '> < code > ENABLE_GATEWAY_API_MANUAL_DEPLOYMENT</ code > </ a > </ td >
544550< td > Boolean</ td >
@@ -1455,12 +1461,6 @@ <h2 id="envvars">Environment variables</h2>
14551461< td > < code > </ code > </ td >
14561462< td > Additional config map to load for shared MeshConfig settings. The standard mesh config will take precedence.</ td >
14571463</ 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 >
14641464< tr id ='token-audiences '>
14651465< td > < a href ='#token-audiences '> < code > TOKEN_AUDIENCES</ code > </ a > </ td >
14661466< td > String</ td >
Original file line number Diff line number Diff line change @@ -513,16 +513,6 @@ <h2 id="ServerTLSSettings">ServerTLSSettings</h2>
513513< p > Same as CredentialName but for multiple certificates. Mainly used for specifying
514514RSA and ECDSA certificates for the same server.</ p >
515515
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-
526516</ td >
527517</ tr >
528518< tr id ="ServerTLSSettings-tls_certificates ">
You can’t perform that action at this time.
0 commit comments