Skip to content

Commit

Permalink
Deployed f54994c to dev with MkDocs 1.6.1 and mike 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ci-bot committed Dec 13, 2024
1 parent 601999c commit 42814a5
Show file tree
Hide file tree
Showing 34 changed files with 2,057 additions and 91 deletions.
21 changes: 21 additions & 0 deletions dev/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,27 @@



<li class="md-nav__item">
<a href="/dev/guides/upgrading-v1-0-x-to-v1-1-y/" class="md-nav__link">


<span class="md-ellipsis">
Upgrading Controller from v1.0.x to v1.1.y
</span>


</a>
</li>










<li class="md-nav__item">
<a href="/dev/guides/getstarted/" class="md-nav__link">

Expand Down
21 changes: 21 additions & 0 deletions dev/api-reference/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,27 @@



<li class="md-nav__item">
<a href="../guides/upgrading-v1-0-x-to-v1-1-y/" class="md-nav__link">


<span class="md-ellipsis">
Upgrading Controller from v1.0.x to v1.1.y
</span>


</a>
</li>










<li class="md-nav__item">
<a href="../guides/getstarted/" class="md-nav__link">

Expand Down
21 changes: 21 additions & 0 deletions dev/api-types/access-log-policy/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,27 @@



<li class="md-nav__item">
<a href="../../guides/upgrading-v1-0-x-to-v1-1-y/" class="md-nav__link">


<span class="md-ellipsis">
Upgrading Controller from v1.0.x to v1.1.y
</span>


</a>
</li>










<li class="md-nav__item">
<a href="../../guides/getstarted/" class="md-nav__link">

Expand Down
23 changes: 22 additions & 1 deletion dev/api-types/gateway/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,27 @@



<li class="md-nav__item">
<a href="../../guides/upgrading-v1-0-x-to-v1-1-y/" class="md-nav__link">


<span class="md-ellipsis">
Upgrading Controller from v1.0.x to v1.1.y
</span>


</a>
</li>










<li class="md-nav__item">
<a href="../../guides/getstarted/" class="md-nav__link">

Expand Down Expand Up @@ -1302,7 +1323,7 @@ <h3 id="limitations">Limitations<a class="headerlink" href="#limitations" title=
</ul>
<h2 id="example-configuration">Example Configuration<a class="headerlink" href="#example-configuration" title="Permanent link">&para;</a></h2>
<p>Here is a sample configuration that demonstrates how to set up a <code>Gateway</code>:</p>
<div class="highlight"><pre><span></span><code><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a><span class="nt">apiVersion</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">gateway.networking.k8s.io/v1beta1</span>
<div class="highlight"><pre><span></span><code><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a><span class="nt">apiVersion</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">gateway.networking.k8s.io/v1</span>
<a id="__codelineno-0-2" name="__codelineno-0-2" href="#__codelineno-0-2"></a><span class="nt">kind</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">Gateway</span>
<a id="__codelineno-0-3" name="__codelineno-0-3" href="#__codelineno-0-3"></a><span class="nt">metadata</span><span class="p">:</span>
<a id="__codelineno-0-4" name="__codelineno-0-4" href="#__codelineno-0-4"></a><span class="w"> </span><span class="nt">name</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">my-hotel</span>
Expand Down
25 changes: 23 additions & 2 deletions dev/api-types/grpc-route/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,27 @@



<li class="md-nav__item">
<a href="../../guides/upgrading-v1-0-x-to-v1-1-y/" class="md-nav__link">


<span class="md-ellipsis">
Upgrading Controller from v1.0.x to v1.1.y
</span>


</a>
</li>










<li class="md-nav__item">
<a href="../../guides/getstarted/" class="md-nav__link">

Expand Down Expand Up @@ -1299,7 +1320,7 @@ <h3 id="annotations">Annotations<a class="headerlink" href="#annotations" title=
</ul>
<h2 id="example-configuration">Example Configuration<a class="headerlink" href="#example-configuration" title="Permanent link">&para;</a></h2>
<p>Here is a sample configuration that demonstrates how to set up a <code>GRPCRoute</code> for a HelloWorld gRPC service:</p>
<div class="highlight"><pre><span></span><code><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a><span class="nt">apiVersion</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">gateway.networking.k8s.io/v1alpha2</span>
<div class="highlight"><pre><span></span><code><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a><span class="nt">apiVersion</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">gateway.networking.k8s.io/v1</span>
<a id="__codelineno-0-2" name="__codelineno-0-2" href="#__codelineno-0-2"></a><span class="nt">kind</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">GRPCRoute</span>
<a id="__codelineno-0-3" name="__codelineno-0-3" href="#__codelineno-0-3"></a><span class="nt">metadata</span><span class="p">:</span>
<a id="__codelineno-0-4" name="__codelineno-0-4" href="#__codelineno-0-4"></a><span class="w"> </span><span class="nt">name</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">greeter-grpc-route</span>
Expand Down Expand Up @@ -1339,7 +1360,7 @@ <h2 id="example-configuration">Example Configuration<a class="headerlink" href="
<hr />
<p>This <code>GRPCRoute</code> documentation provides a detailed introduction, feature set, and a basic example of how to configure
and use the resource within AWS Gateway API Controller project. For in-depth details and specifications, you can refer to the
official <a href="https://gateway-api.sigs.k8s.io/references/spec/#networking.x-k8s.io/v1alpha2.GRPCRoute">Gateway API documentation</a>.</p>
official <a href="https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io/v1.GRPCRoute">Gateway API documentation</a>.</p>



Expand Down
27 changes: 24 additions & 3 deletions dev/api-types/http-route/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,27 @@



<li class="md-nav__item">
<a href="../../guides/upgrading-v1-0-x-to-v1-1-y/" class="md-nav__link">


<span class="md-ellipsis">
Upgrading Controller from v1.0.x to v1.1.y
</span>


</a>
</li>










<li class="md-nav__item">
<a href="../../guides/getstarted/" class="md-nav__link">

Expand Down Expand Up @@ -1324,7 +1345,7 @@ <h2 id="example-configuration">Example Configuration<a class="headerlink" href="
<h3 id="example-1">Example 1<a class="headerlink" href="#example-1" title="Permanent link">&para;</a></h3>
<p>Here is a sample configuration that demonstrates how to set up an <code>HTTPRoute</code> that forwards HTTP traffic to a
Service and ServiceImport, using rules to determine which backendRef to route traffic to.</p>
<div class="highlight"><pre><span></span><code><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a><span class="nt">apiVersion</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">gateway.networking.k8s.io/v1beta1</span>
<div class="highlight"><pre><span></span><code><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a><span class="nt">apiVersion</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">gateway.networking.k8s.io/v1</span>
<a id="__codelineno-0-2" name="__codelineno-0-2" href="#__codelineno-0-2"></a><span class="nt">kind</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">HTTPRoute</span>
<a id="__codelineno-0-3" name="__codelineno-0-3" href="#__codelineno-0-3"></a><span class="nt">metadata</span><span class="p">:</span>
<a id="__codelineno-0-4" name="__codelineno-0-4" href="#__codelineno-0-4"></a><span class="w"> </span><span class="nt">name</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">inventory</span>
Expand Down Expand Up @@ -1365,7 +1386,7 @@ <h3 id="example-2">Example 2<a class="headerlink" href="#example-2" title="Perma
<p>Here is a sample configuration that demonstrates how to set up a <code>HTTPRoute</code> that forwards HTTP and HTTPS traffic to a
Service and ServiceImport, using weighted rules to route more traffic to one backendRef than the other. Weighted rules
simplify the process of creating blue/green deployments by shifting rule weight from one backendRef to another.</p>
<div class="highlight"><pre><span></span><code><a id="__codelineno-1-1" name="__codelineno-1-1" href="#__codelineno-1-1"></a><span class="nt">apiVersion</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">gateway.networking.k8s.io/v1beta1</span>
<div class="highlight"><pre><span></span><code><a id="__codelineno-1-1" name="__codelineno-1-1" href="#__codelineno-1-1"></a><span class="nt">apiVersion</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">gateway.networking.k8s.io/v1</span>
<a id="__codelineno-1-2" name="__codelineno-1-2" href="#__codelineno-1-2"></a><span class="nt">kind</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">HTTPRoute</span>
<a id="__codelineno-1-3" name="__codelineno-1-3" href="#__codelineno-1-3"></a><span class="nt">metadata</span><span class="p">:</span>
<a id="__codelineno-1-4" name="__codelineno-1-4" href="#__codelineno-1-4"></a><span class="w"> </span><span class="nt">name</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">inventory</span>
Expand Down Expand Up @@ -1400,7 +1421,7 @@ <h3 id="example-2">Example 2<a class="headerlink" href="#example-2" title="Perma
<hr />
<p>This <code>HTTPRoute</code> documentation provides a detailed introduction, feature set, and a basic example of how to configure
and use the resource within AWS Gateway API Controller project. For in-depth details and specifications, you can refer to the
official <a href="https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io/v1alpha2.HTTPRoute">Gateway API documentation</a>.</p>
official <a href="https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io/v1.HTTPRoute">Gateway API documentation</a>.</p>



Expand Down
21 changes: 21 additions & 0 deletions dev/api-types/iam-auth-policy/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,27 @@



<li class="md-nav__item">
<a href="../../guides/upgrading-v1-0-x-to-v1-1-y/" class="md-nav__link">


<span class="md-ellipsis">
Upgrading Controller from v1.0.x to v1.1.y
</span>


</a>
</li>










<li class="md-nav__item">
<a href="../../guides/getstarted/" class="md-nav__link">

Expand Down
21 changes: 21 additions & 0 deletions dev/api-types/service-export/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,27 @@



<li class="md-nav__item">
<a href="../../guides/upgrading-v1-0-x-to-v1-1-y/" class="md-nav__link">


<span class="md-ellipsis">
Upgrading Controller from v1.0.x to v1.1.y
</span>


</a>
</li>










<li class="md-nav__item">
<a href="../../guides/getstarted/" class="md-nav__link">

Expand Down
23 changes: 22 additions & 1 deletion dev/api-types/service-import/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,27 @@



<li class="md-nav__item">
<a href="../../guides/upgrading-v1-0-x-to-v1-1-y/" class="md-nav__link">


<span class="md-ellipsis">
Upgrading Controller from v1.0.x to v1.1.y
</span>


</a>
</li>










<li class="md-nav__item">
<a href="../../guides/getstarted/" class="md-nav__link">

Expand Down Expand Up @@ -1299,7 +1320,7 @@ <h2 id="example-configuration">Example Configuration<a class="headerlink" href="
<a id="__codelineno-0-8" name="__codelineno-0-8" href="#__codelineno-0-8"></a><span class="nt">spec</span><span class="p">:</span><span class="w"> </span><span class="p p-Indicator">{}</span>
</code></pre></div></p>
<p>The following example HTTPRoute directs traffic to the above ServiceImport.
<div class="highlight"><pre><span></span><code><a id="__codelineno-1-1" name="__codelineno-1-1" href="#__codelineno-1-1"></a><span class="nt">apiVersion</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">gateway.networking.k8s.io/v1beta1</span>
<div class="highlight"><pre><span></span><code><a id="__codelineno-1-1" name="__codelineno-1-1" href="#__codelineno-1-1"></a><span class="nt">apiVersion</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">gateway.networking.k8s.io/v1</span>
<a id="__codelineno-1-2" name="__codelineno-1-2" href="#__codelineno-1-2"></a><span class="nt">kind</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">HTTPRoute</span>
<a id="__codelineno-1-3" name="__codelineno-1-3" href="#__codelineno-1-3"></a><span class="nt">metadata</span><span class="p">:</span>
<a id="__codelineno-1-4" name="__codelineno-1-4" href="#__codelineno-1-4"></a><span class="w"> </span><span class="nt">name</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">my-route</span>
Expand Down
21 changes: 21 additions & 0 deletions dev/api-types/service/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,27 @@



<li class="md-nav__item">
<a href="../../guides/upgrading-v1-0-x-to-v1-1-y/" class="md-nav__link">


<span class="md-ellipsis">
Upgrading Controller from v1.0.x to v1.1.y
</span>


</a>
</li>










<li class="md-nav__item">
<a href="../../guides/getstarted/" class="md-nav__link">

Expand Down
21 changes: 21 additions & 0 deletions dev/api-types/target-group-policy/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,27 @@



<li class="md-nav__item">
<a href="../../guides/upgrading-v1-0-x-to-v1-1-y/" class="md-nav__link">


<span class="md-ellipsis">
Upgrading Controller from v1.0.x to v1.1.y
</span>


</a>
</li>










<li class="md-nav__item">
<a href="../../guides/getstarted/" class="md-nav__link">

Expand Down
21 changes: 21 additions & 0 deletions dev/api-types/tls-route/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,27 @@



<li class="md-nav__item">
<a href="../../guides/upgrading-v1-0-x-to-v1-1-y/" class="md-nav__link">


<span class="md-ellipsis">
Upgrading Controller from v1.0.x to v1.1.y
</span>


</a>
</li>










<li class="md-nav__item">
<a href="../../guides/getstarted/" class="md-nav__link">

Expand Down
Loading

0 comments on commit 42814a5

Please sign in to comment.