Deploy GitHub Pages
This commit is contained in:
parent
03fd987279
commit
029c6ed784
45 changed files with 149 additions and 120 deletions
4
404.html
4
404.html
|
@ -941,8 +941,8 @@
|
|||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="/development/" title="Developing for NGINX Ingress controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress controller
|
||||
<a href="/development/" title="Developing for NGINX Ingress Controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress Controller
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -1124,8 +1124,8 @@
|
|||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../development/" title="Developing for NGINX Ingress controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress controller
|
||||
<a href="../development/" title="Developing for NGINX Ingress Controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress Controller
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -1028,8 +1028,8 @@
|
|||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../../development/" title="Developing for NGINX Ingress controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress controller
|
||||
<a href="../../development/" title="Developing for NGINX Ingress Controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress Controller
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
|
||||
|
||||
|
||||
<title>Developing for NGINX Ingress controller - NGINX Ingress Controller</title>
|
||||
<title>Developing for NGINX Ingress Controller - NGINX Ingress Controller</title>
|
||||
|
||||
|
||||
|
||||
|
@ -121,7 +121,7 @@
|
|||
NGINX Ingress Controller
|
||||
</span>
|
||||
<span class="md-header-nav__topic">
|
||||
Developing for NGINX Ingress controller
|
||||
Developing for NGINX Ingress Controller
|
||||
</span>
|
||||
|
||||
|
||||
|
@ -954,11 +954,11 @@
|
|||
|
||||
|
||||
<label class="md-nav__link md-nav__link--active" for="toc">
|
||||
Developing for NGINX Ingress controller
|
||||
Developing for NGINX Ingress Controller
|
||||
</label>
|
||||
|
||||
<a href="./" title="Developing for NGINX Ingress controller" class="md-nav__link md-nav__link--active">
|
||||
Developing for NGINX Ingress controller
|
||||
<a href="./" title="Developing for NGINX Ingress Controller" class="md-nav__link md-nav__link--active">
|
||||
Developing for NGINX Ingress Controller
|
||||
</a>
|
||||
|
||||
|
||||
|
@ -979,6 +979,13 @@
|
|||
<nav class="md-nav">
|
||||
<ul class="md-nav__list">
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#getting-the-code" title="Getting the code" class="md-nav__link">
|
||||
Getting the code
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#initial-developer-environment-build" title="Initial developer environment build" class="md-nav__link">
|
||||
Initial developer environment build
|
||||
|
@ -1109,6 +1116,13 @@
|
|||
<nav class="md-nav">
|
||||
<ul class="md-nav__list">
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#getting-the-code" title="Getting the code" class="md-nav__link">
|
||||
Getting the code
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#initial-developer-environment-build" title="Initial developer environment build" class="md-nav__link">
|
||||
Initial developer environment build
|
||||
|
@ -1195,10 +1209,20 @@
|
|||
<a href="https://github.com/kubernetes/ingress-nginx/edit/master/docs/development.md" title="Edit this page" class="md-icon md-content__icon"></a>
|
||||
|
||||
|
||||
<h1 id="developing-for-nginx-ingress-controller">Developing for NGINX Ingress controller<a class="headerlink" href="#developing-for-nginx-ingress-controller" title="Permanent link">¶</a></h1>
|
||||
<h1 id="developing-for-nginx-ingress-controller">Developing for NGINX Ingress Controller<a class="headerlink" href="#developing-for-nginx-ingress-controller" title="Permanent link">¶</a></h1>
|
||||
<p>This document explains how to get started with developing for NGINX Ingress controller.
|
||||
It includes how to build, test, and release ingress controllers.</p>
|
||||
<h2 id="quick-start">Quick Start<a class="headerlink" href="#quick-start" title="Permanent link">¶</a></h2>
|
||||
<h3 id="getting-the-code">Getting the code<a class="headerlink" href="#getting-the-code" title="Permanent link">¶</a></h3>
|
||||
<p>The code must be checked out as a subdirectory of k8s.io, and not github.com.</p>
|
||||
<div class="codehilite"><pre><span></span>mkdir -p $GOPATH/src/k8s.io
|
||||
cd $GOPATH/src/k8s.io
|
||||
# Replace "$YOUR_GITHUB_USERNAME" below with your github username
|
||||
git clone https://github.com/$YOUR_GITHUB_USERNAME/ingress-nginx.git
|
||||
cd ingress-nginx
|
||||
</pre></div>
|
||||
|
||||
|
||||
<h3 id="initial-developer-environment-build">Initial developer environment build<a class="headerlink" href="#initial-developer-environment-build" title="Permanent link">¶</a></h3>
|
||||
<blockquote>
|
||||
<p><strong>Prequisites</strong>: Minikube must be installed.
|
||||
|
|
|
@ -1028,8 +1028,8 @@
|
|||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../../development/" title="Developing for NGINX Ingress controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress controller
|
||||
<a href="../../development/" title="Developing for NGINX Ingress Controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress Controller
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -1008,8 +1008,8 @@
|
|||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../../development/" title="Developing for NGINX Ingress controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress controller
|
||||
<a href="../../development/" title="Developing for NGINX Ingress Controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress Controller
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -994,8 +994,8 @@
|
|||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../../../../development/" title="Developing for NGINX Ingress controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress controller
|
||||
<a href="../../../../development/" title="Developing for NGINX Ingress Controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress Controller
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -960,8 +960,8 @@
|
|||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../../../../development/" title="Developing for NGINX Ingress controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress controller
|
||||
<a href="../../../../development/" title="Developing for NGINX Ingress Controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress Controller
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -989,8 +989,8 @@
|
|||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../../../../development/" title="Developing for NGINX Ingress controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress controller
|
||||
<a href="../../../../development/" title="Developing for NGINX Ingress Controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress Controller
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -989,8 +989,8 @@
|
|||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../../../../development/" title="Developing for NGINX Ingress controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress controller
|
||||
<a href="../../../../development/" title="Developing for NGINX Ingress Controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress Controller
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -996,8 +996,8 @@
|
|||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../../../../development/" title="Developing for NGINX Ingress controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress controller
|
||||
<a href="../../../../development/" title="Developing for NGINX Ingress Controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress Controller
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -960,8 +960,8 @@
|
|||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../../../../development/" title="Developing for NGINX Ingress controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress controller
|
||||
<a href="../../../../development/" title="Developing for NGINX Ingress Controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress Controller
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -960,8 +960,8 @@
|
|||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../../../../development/" title="Developing for NGINX Ingress controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress controller
|
||||
<a href="../../../../development/" title="Developing for NGINX Ingress Controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress Controller
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -989,8 +989,8 @@
|
|||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../../../../development/" title="Developing for NGINX Ingress controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress controller
|
||||
<a href="../../../../development/" title="Developing for NGINX Ingress Controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress Controller
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -960,8 +960,8 @@
|
|||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../../../../development/" title="Developing for NGINX Ingress controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress controller
|
||||
<a href="../../../../development/" title="Developing for NGINX Ingress Controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress Controller
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -1051,8 +1051,8 @@
|
|||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../../../../development/" title="Developing for NGINX Ingress controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress controller
|
||||
<a href="../../../../development/" title="Developing for NGINX Ingress Controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress Controller
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -960,8 +960,8 @@
|
|||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../../../../development/" title="Developing for NGINX Ingress controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress controller
|
||||
<a href="../../../../development/" title="Developing for NGINX Ingress Controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress Controller
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -1003,8 +1003,8 @@
|
|||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../../../../development/" title="Developing for NGINX Ingress controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress controller
|
||||
<a href="../../../../development/" title="Developing for NGINX Ingress Controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress Controller
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -960,8 +960,8 @@
|
|||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../../../../development/" title="Developing for NGINX Ingress controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress controller
|
||||
<a href="../../../../development/" title="Developing for NGINX Ingress Controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress Controller
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -1014,8 +1014,8 @@
|
|||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../../../development/" title="Developing for NGINX Ingress controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress controller
|
||||
<a href="../../../development/" title="Developing for NGINX Ingress Controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress Controller
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -1014,8 +1014,8 @@
|
|||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../../../development/" title="Developing for NGINX Ingress controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress controller
|
||||
<a href="../../../development/" title="Developing for NGINX Ingress Controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress Controller
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -958,8 +958,8 @@
|
|||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../../../development/" title="Developing for NGINX Ingress controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress controller
|
||||
<a href="../../../development/" title="Developing for NGINX Ingress Controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress Controller
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -1021,8 +1021,8 @@
|
|||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../../../development/" title="Developing for NGINX Ingress controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress controller
|
||||
<a href="../../../development/" title="Developing for NGINX Ingress Controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress Controller
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -1015,8 +1015,8 @@
|
|||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../../../development/" title="Developing for NGINX Ingress controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress controller
|
||||
<a href="../../../development/" title="Developing for NGINX Ingress Controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress Controller
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -1001,8 +1001,8 @@
|
|||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../../../development/" title="Developing for NGINX Ingress controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress controller
|
||||
<a href="../../../development/" title="Developing for NGINX Ingress Controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress Controller
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
@ -1187,13 +1187,13 @@ TLS cert, and forward un-encrypted HTTP traffic to the test HTTP service.</p>
|
|||
</a>
|
||||
|
||||
|
||||
<a href="../../../development/" title="Developing for NGINX Ingress controller" class="md-flex md-footer-nav__link md-footer-nav__link--next" rel="next">
|
||||
<a href="../../../development/" title="Developing for NGINX Ingress Controller" class="md-flex md-footer-nav__link md-footer-nav__link--next" rel="next">
|
||||
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title">
|
||||
<span class="md-flex__ellipsis">
|
||||
<span class="md-footer-nav__direction">
|
||||
Next
|
||||
</span>
|
||||
Developing for NGINX Ingress controller
|
||||
Developing for NGINX Ingress Controller
|
||||
</span>
|
||||
</div>
|
||||
<div class="md-flex__cell md-flex__cell--shrink">
|
||||
|
|
|
@ -983,8 +983,8 @@
|
|||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="development/" title="Developing for NGINX Ingress controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress controller
|
||||
<a href="development/" title="Developing for NGINX Ingress Controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress Controller
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -945,8 +945,8 @@
|
|||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../development/" title="Developing for NGINX Ingress controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress controller
|
||||
<a href="../development/" title="Developing for NGINX Ingress Controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress Controller
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
@ -1048,7 +1048,7 @@
|
|||
<div class="md-footer-nav">
|
||||
<nav class="md-footer-nav__inner md-grid">
|
||||
|
||||
<a href="../development/" title="Developing for NGINX Ingress controller" class="md-flex md-footer-nav__link md-footer-nav__link--prev" rel="prev">
|
||||
<a href="../development/" title="Developing for NGINX Ingress Controller" class="md-flex md-footer-nav__link md-footer-nav__link--prev" rel="prev">
|
||||
<div class="md-flex__cell md-flex__cell--shrink">
|
||||
<i class="md-icon md-icon--arrow-back md-footer-nav__button"></i>
|
||||
</div>
|
||||
|
@ -1057,7 +1057,7 @@
|
|||
<span class="md-footer-nav__direction">
|
||||
Previous
|
||||
</span>
|
||||
Developing for NGINX Ingress controller
|
||||
Developing for NGINX Ingress Controller
|
||||
</span>
|
||||
</div>
|
||||
</a>
|
||||
|
|
File diff suppressed because one or more lines are too long
46
sitemap.xml
46
sitemap.xml
|
@ -4,7 +4,7 @@
|
|||
|
||||
<url>
|
||||
<loc>/</loc>
|
||||
<lastmod>2018-04-30</lastmod>
|
||||
<lastmod>2018-05-01</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
|
@ -13,13 +13,13 @@
|
|||
|
||||
<url>
|
||||
<loc>/deploy/</loc>
|
||||
<lastmod>2018-04-30</lastmod>
|
||||
<lastmod>2018-05-01</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>/deploy/rbac/</loc>
|
||||
<lastmod>2018-04-30</lastmod>
|
||||
<lastmod>2018-05-01</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
|
@ -35,49 +35,49 @@
|
|||
|
||||
<url>
|
||||
<loc>/user-guide/cli-arguments/</loc>
|
||||
<lastmod>2018-04-30</lastmod>
|
||||
<lastmod>2018-05-01</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>/user-guide/custom-errors/</loc>
|
||||
<lastmod>2018-04-30</lastmod>
|
||||
<lastmod>2018-05-01</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>/user-guide/exposing-tcp-udp-services/</loc>
|
||||
<lastmod>2018-04-30</lastmod>
|
||||
<lastmod>2018-05-01</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>/user-guide/external-articles/</loc>
|
||||
<lastmod>2018-04-30</lastmod>
|
||||
<lastmod>2018-05-01</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>/user-guide/miscellaneous/</loc>
|
||||
<lastmod>2018-04-30</lastmod>
|
||||
<lastmod>2018-05-01</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>/user-guide/multiple-ingress/</loc>
|
||||
<lastmod>2018-04-30</lastmod>
|
||||
<lastmod>2018-05-01</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>/user-guide/nginx-status-page/</loc>
|
||||
<lastmod>2018-04-30</lastmod>
|
||||
<lastmod>2018-05-01</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>/user-guide/tls/</loc>
|
||||
<lastmod>2018-04-30</lastmod>
|
||||
<lastmod>2018-05-01</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
|
@ -93,19 +93,19 @@
|
|||
|
||||
<url>
|
||||
<loc>/examples/PREREQUISITES/</loc>
|
||||
<lastmod>2018-04-30</lastmod>
|
||||
<lastmod>2018-05-01</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>/examples/README/</loc>
|
||||
<lastmod>2018-04-30</lastmod>
|
||||
<lastmod>2018-05-01</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>/examples/affinity/cookie/README/</loc>
|
||||
<lastmod>2018-04-30</lastmod>
|
||||
<lastmod>2018-05-01</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
|
@ -123,37 +123,37 @@
|
|||
|
||||
<url>
|
||||
<loc>/examples/docker-registry/README/</loc>
|
||||
<lastmod>2018-04-30</lastmod>
|
||||
<lastmod>2018-05-01</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>/examples/external-auth/README/</loc>
|
||||
<lastmod>2018-04-30</lastmod>
|
||||
<lastmod>2018-05-01</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>/examples/multi-tls/README/</loc>
|
||||
<lastmod>2018-04-30</lastmod>
|
||||
<lastmod>2018-05-01</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>/examples/rewrite/README/</loc>
|
||||
<lastmod>2018-04-30</lastmod>
|
||||
<lastmod>2018-05-01</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>/examples/static-ip/README/</loc>
|
||||
<lastmod>2018-04-30</lastmod>
|
||||
<lastmod>2018-05-01</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>/examples/tls-termination/README/</loc>
|
||||
<lastmod>2018-04-30</lastmod>
|
||||
<lastmod>2018-05-01</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
|
@ -162,7 +162,7 @@
|
|||
|
||||
<url>
|
||||
<loc>/development/</loc>
|
||||
<lastmod>2018-04-30</lastmod>
|
||||
<lastmod>2018-05-01</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
|
@ -170,7 +170,7 @@
|
|||
|
||||
<url>
|
||||
<loc>/ingress-controller-catalog/</loc>
|
||||
<lastmod>2018-04-30</lastmod>
|
||||
<lastmod>2018-05-01</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
|
@ -178,7 +178,7 @@
|
|||
|
||||
<url>
|
||||
<loc>/troubleshooting/</loc>
|
||||
<lastmod>2018-04-30</lastmod>
|
||||
<lastmod>2018-05-01</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
|
||||
|
|
|
@ -945,8 +945,8 @@
|
|||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../development/" title="Developing for NGINX Ingress controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress controller
|
||||
<a href="../development/" title="Developing for NGINX Ingress Controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress Controller
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -958,8 +958,8 @@
|
|||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../../development/" title="Developing for NGINX Ingress controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress controller
|
||||
<a href="../../development/" title="Developing for NGINX Ingress Controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress Controller
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -958,8 +958,8 @@
|
|||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../../development/" title="Developing for NGINX Ingress controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress controller
|
||||
<a href="../../development/" title="Developing for NGINX Ingress Controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress Controller
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -958,8 +958,8 @@
|
|||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../../development/" title="Developing for NGINX Ingress controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress controller
|
||||
<a href="../../development/" title="Developing for NGINX Ingress Controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress Controller
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -958,8 +958,8 @@
|
|||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../../development/" title="Developing for NGINX Ingress controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress controller
|
||||
<a href="../../development/" title="Developing for NGINX Ingress Controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress Controller
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -1043,8 +1043,8 @@
|
|||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../../development/" title="Developing for NGINX Ingress controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress controller
|
||||
<a href="../../development/" title="Developing for NGINX Ingress Controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress Controller
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -1001,8 +1001,8 @@
|
|||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../../development/" title="Developing for NGINX Ingress controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress controller
|
||||
<a href="../../development/" title="Developing for NGINX Ingress Controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress Controller
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -1226,8 +1226,8 @@
|
|||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../../../development/" title="Developing for NGINX Ingress controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress controller
|
||||
<a href="../../../development/" title="Developing for NGINX Ingress Controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress Controller
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -1766,8 +1766,8 @@
|
|||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../../../development/" title="Developing for NGINX Ingress controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress controller
|
||||
<a href="../../../development/" title="Developing for NGINX Ingress Controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress Controller
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -960,8 +960,8 @@
|
|||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../../../development/" title="Developing for NGINX Ingress controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress controller
|
||||
<a href="../../../development/" title="Developing for NGINX Ingress Controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress Controller
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -960,8 +960,8 @@
|
|||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../../development/" title="Developing for NGINX Ingress controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress controller
|
||||
<a href="../../development/" title="Developing for NGINX Ingress Controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress Controller
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -960,8 +960,8 @@
|
|||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../../../development/" title="Developing for NGINX Ingress controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress controller
|
||||
<a href="../../../development/" title="Developing for NGINX Ingress Controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress Controller
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -958,8 +958,8 @@
|
|||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../../development/" title="Developing for NGINX Ingress controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress controller
|
||||
<a href="../../development/" title="Developing for NGINX Ingress Controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress Controller
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -960,8 +960,8 @@
|
|||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../../../development/" title="Developing for NGINX Ingress controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress controller
|
||||
<a href="../../../development/" title="Developing for NGINX Ingress Controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress Controller
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -960,8 +960,8 @@
|
|||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../../../development/" title="Developing for NGINX Ingress controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress controller
|
||||
<a href="../../../development/" title="Developing for NGINX Ingress Controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress Controller
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
|
@ -1029,8 +1029,8 @@
|
|||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../../development/" title="Developing for NGINX Ingress controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress controller
|
||||
<a href="../../development/" title="Developing for NGINX Ingress Controller" class="md-nav__link">
|
||||
Developing for NGINX Ingress Controller
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
|
Loading…
Reference in a new issue