<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>API on Envoy Gateway</title><link>/v1.2/api/</link><description>Recent content in API on Envoy Gateway</description><generator>Hugo</generator><language>en</language><atom:link href="/v1.2/api/index.xml" rel="self" type="application/rss+xml"/><item><title>API Reference</title><link>/v1.2/api/extension_types/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/v1.2/api/extension_types/</guid><description>&lt;h2 id="packages"&gt;Packages&lt;a class="td-heading-self-link" href="#packages" aria-label="Heading self-link"&gt;&lt;/a&gt;
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="/v1.2/api/extension_types/#gatewayenvoyproxyiov1alpha1"&gt;gateway.envoyproxy.io/v1alpha1&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;



&lt;h2 id="gatewayenvoyproxyiov1alpha1"&gt;gateway.envoyproxy.io/v1alpha1&lt;a class="td-heading-self-link" href="#gatewayenvoyproxyiov1alpha1" aria-label="Heading self-link"&gt;&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;Package v1alpha1 contains API schema definitions for the gateway.envoyproxy.io
API group.&lt;/p&gt;



&lt;h3 id="resource-types"&gt;Resource Types&lt;a class="td-heading-self-link" href="#resource-types" aria-label="Heading self-link"&gt;&lt;/a&gt;
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="/v1.2/api/extension_types/#backend"&gt;Backend&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/v1.2/api/extension_types/#backendtrafficpolicy"&gt;BackendTrafficPolicy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/v1.2/api/extension_types/#clienttrafficpolicy"&gt;ClientTrafficPolicy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/v1.2/api/extension_types/#envoyextensionpolicy"&gt;EnvoyExtensionPolicy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/v1.2/api/extension_types/#envoygateway"&gt;EnvoyGateway&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/v1.2/api/extension_types/#envoypatchpolicy"&gt;EnvoyPatchPolicy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/v1.2/api/extension_types/#envoyproxy"&gt;EnvoyProxy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/v1.2/api/extension_types/#httproutefilter"&gt;HTTPRouteFilter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/v1.2/api/extension_types/#securitypolicy"&gt;SecurityPolicy&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;



&lt;h4 id="alpnprotocol"&gt;ALPNProtocol&lt;a class="td-heading-self-link" href="#alpnprotocol" aria-label="Heading self-link"&gt;&lt;/a&gt;
&lt;/h4&gt;

&lt;p&gt;&lt;em&gt;Underlying type:&lt;/em&gt; &lt;em&gt;string&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;ALPNProtocol specifies the protocol to be negotiated using ALPN&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Appears in:&lt;/em&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="/v1.2/api/extension_types/#backendtlsconfig"&gt;BackendTLSConfig&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/v1.2/api/extension_types/#clienttlssettings"&gt;ClientTLSSettings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/v1.2/api/extension_types/#tlssettings"&gt;TLSSettings&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Value&lt;/th&gt;
 &lt;th&gt;Description&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;http/1.0&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;HTTPProtocolVersion1_0 specifies that HTTP/1.0 should be negotiable with ALPN&lt;br /&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;http/1.1&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;HTTPProtocolVersion1_1 specifies that HTTP/1.1 should be negotiable with ALPN&lt;br /&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;code&gt;h2&lt;/code&gt;&lt;/td&gt;
 &lt;td&gt;HTTPProtocolVersion2 specifies that HTTP/2 should be negotiable with ALPN&lt;br /&gt;&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;



&lt;h4 id="alsenvoyproxyaccesslog"&gt;ALSEnvoyProxyAccessLog&lt;a class="td-heading-self-link" href="#alsenvoyproxyaccesslog" aria-label="Heading self-link"&gt;&lt;/a&gt;
&lt;/h4&gt;

&lt;p&gt;ALSEnvoyProxyAccessLog defines the gRPC Access Log Service (ALS) sink.
The service must implement the Envoy gRPC Access Log Service streaming API:
&lt;a href="https://www.envoyproxy.io/docs/envoy/latest/api-v3/service/accesslog/v3/als.proto"&gt;https://www.envoyproxy.io/docs/envoy/latest/api-v3/service/accesslog/v3/als.proto&lt;/a&gt;
Access log format information is passed in the form of gRPC metadata when the
stream is established. Specifically, the following metadata is passed:&lt;/p&gt;</description></item></channel></rss>