Deploy GitHub Pages

This commit is contained in:
Travis Bot 2018-10-05 12:27:54 +00:00
parent 1a142ccf8b
commit bfc0919afc
5 changed files with 68 additions and 47 deletions

View file

@ -1125,7 +1125,7 @@
<h1 id="ingress-path-matching">Ingress Path Matching<a class="headerlink" href="#ingress-path-matching" title="Permanent link">&para;</a></h1>
<h2 id="regular-expression-support">Regular Expression Support<a class="headerlink" href="#regular-expression-support" title="Permanent link">&para;</a></h2>
<p>The ingress controller supports <strong>case insensitive</strong> regular expressions in the <code class="codehilite">spec.rules.http.paths.path</code> field. <strong>Currently curly braces <code class="codehilite">{}</code> cannot be used in regular expressions due to a <a href="https://github.com/kubernetes/ingress-nginx/issues/3155">known issue</a>.</strong></p>
<p>The ingress controller supports <strong>case insensitive</strong> regular expressions in the <code class="codehilite">spec.rules.http.paths.path</code> field.</p>
<p>See the <a href="../nginx-configuration/annotations/#use-regex">description</a> of the <code class="codehilite">use-regex</code> annotation for more details. </p>
<table class="codehilitetable"><tr><td class="linenos"><div class="linenodiv"><pre><span></span> 1
2