diff --git a/docs/api-reference/glossary/index.html b/docs/api-reference/glossary/index.html index b9841c42e..1b61705ae 100644 --- a/docs/api-reference/glossary/index.html +++ b/docs/api-reference/glossary/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/api-reference/index.html b/docs/api-reference/index.html index 82b250836..041c7ee8e 100644 --- a/docs/api-reference/index.html +++ b/docs/api-reference/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/api-reference/kustomization/bases/index.html b/docs/api-reference/kustomization/bases/index.html index 48accca18..fbb3e4546 100644 --- a/docs/api-reference/kustomization/bases/index.html +++ b/docs/api-reference/kustomization/bases/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + @@ -755,7 +756,7 @@

Move entries into the resources field. This allows bases - which are still a -central concept - to be +central concept - to be ordered relative to other input resources.

@@ -812,7 +813,7 @@ ordered relative to other input resources.

-
Last modified July 16, 2020: Docs: Auto-fix markdownlint issues (f9ee578a) +
Last modified August 20, 2020: Update dead URL to base in glossary. (b450b624)
diff --git a/docs/api-reference/kustomization/commonannotations/index.html b/docs/api-reference/kustomization/commonannotations/index.html index 1db182163..67b19a8e7 100644 --- a/docs/api-reference/kustomization/commonannotations/index.html +++ b/docs/api-reference/kustomization/commonannotations/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/api-reference/kustomization/commonlabels/index.html b/docs/api-reference/kustomization/commonlabels/index.html index 9d595c5c6..32883cc88 100644 --- a/docs/api-reference/kustomization/commonlabels/index.html +++ b/docs/api-reference/kustomization/commonlabels/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/api-reference/kustomization/components/index.html b/docs/api-reference/kustomization/components/index.html index 8e35462c0..e78c92912 100644 --- a/docs/api-reference/kustomization/components/index.html +++ b/docs/api-reference/kustomization/components/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/api-reference/kustomization/configmapgenerator/index.html b/docs/api-reference/kustomization/configmapgenerator/index.html index 5cbd50c83..d81124afc 100644 --- a/docs/api-reference/kustomization/configmapgenerator/index.html +++ b/docs/api-reference/kustomization/configmapgenerator/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/api-reference/kustomization/crds/index.html b/docs/api-reference/kustomization/crds/index.html index 534a06fde..202ca4abb 100644 --- a/docs/api-reference/kustomization/crds/index.html +++ b/docs/api-reference/kustomization/crds/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/api-reference/kustomization/generatoroptions/index.html b/docs/api-reference/kustomization/generatoroptions/index.html index 4f38d976e..407f88259 100644 --- a/docs/api-reference/kustomization/generatoroptions/index.html +++ b/docs/api-reference/kustomization/generatoroptions/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/api-reference/kustomization/images/index.html b/docs/api-reference/kustomization/images/index.html index a57221a66..062f213a2 100644 --- a/docs/api-reference/kustomization/images/index.html +++ b/docs/api-reference/kustomization/images/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/api-reference/kustomization/index.html b/docs/api-reference/kustomization/index.html index b11c1fb6a..979677d0a 100644 --- a/docs/api-reference/kustomization/index.html +++ b/docs/api-reference/kustomization/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/api-reference/kustomization/index.xml b/docs/api-reference/kustomization/index.xml index bfa455aa9..c9c010e62 100644 --- a/docs/api-reference/kustomization/index.xml +++ b/docs/api-reference/kustomization/index.xml @@ -31,7 +31,7 @@ <p>Move entries into the <a href="https://kubernetes-sigs.github.io/kustomize/kustomize/api-reference/kustomization/resources">resources</a> field. This allows bases - which are still a -<a href="https://kubernetes-sigs.github.io/kustomize/kustomize/api-reference/kustomization/glossary#base">central concept</a> - to be +<a href="https://kubernetes-sigs.github.io/kustomize/kustomize/api-reference/glossary#base">central concept</a> - to be ordered relative to other input resources.</p> @@ -492,7 +492,80 @@ to it (regular expressions).</p> </span></code></pre></div><p>The <code>name</code> and <code>namespace</code> fields of the patch target selector are automatically anchored regular expressions. This means that the value <code>myapp</code> is equivalent to <code>^myapp$</code>.</p> - +<p>Consider the following <code>deployment.yaml</code> common for both the examples:</p> +<div class="highlight"><pre style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-yaml" data-lang="yaml"><span style="color:#204a87;font-weight:bold">apiVersion</span><span style="color:#000;font-weight:bold">:</span><span style="color:#f8f8f8;text-decoration:underline"> </span>apps/v1<span style="color:#f8f8f8;text-decoration:underline"> +</span><span style="color:#f8f8f8;text-decoration:underline"></span><span style="color:#204a87;font-weight:bold">kind</span><span style="color:#000;font-weight:bold">:</span><span style="color:#f8f8f8;text-decoration:underline"> </span>Deployment<span style="color:#f8f8f8;text-decoration:underline"> +</span><span style="color:#f8f8f8;text-decoration:underline"></span><span style="color:#204a87;font-weight:bold">metadata</span><span style="color:#000;font-weight:bold">:</span><span style="color:#f8f8f8;text-decoration:underline"> +</span><span style="color:#f8f8f8;text-decoration:underline"> </span><span style="color:#204a87;font-weight:bold">name</span><span style="color:#000;font-weight:bold">:</span><span style="color:#f8f8f8;text-decoration:underline"> </span>the-deployment<span style="color:#f8f8f8;text-decoration:underline"> +</span><span style="color:#f8f8f8;text-decoration:underline"></span><span style="color:#204a87;font-weight:bold">spec</span><span style="color:#000;font-weight:bold">:</span><span style="color:#f8f8f8;text-decoration:underline"> +</span><span style="color:#f8f8f8;text-decoration:underline"> </span><span style="color:#204a87;font-weight:bold">replicas</span><span style="color:#000;font-weight:bold">:</span><span style="color:#f8f8f8;text-decoration:underline"> </span><span style="color:#0000cf;font-weight:bold">5</span><span style="color:#f8f8f8;text-decoration:underline"> +</span><span style="color:#f8f8f8;text-decoration:underline"> </span><span style="color:#204a87;font-weight:bold">template</span><span style="color:#000;font-weight:bold">:</span><span style="color:#f8f8f8;text-decoration:underline"> +</span><span style="color:#f8f8f8;text-decoration:underline"> </span><span style="color:#204a87;font-weight:bold">containers</span><span style="color:#000;font-weight:bold">:</span><span style="color:#f8f8f8;text-decoration:underline"> +</span><span style="color:#f8f8f8;text-decoration:underline"> </span>- <span style="color:#204a87;font-weight:bold">name</span><span style="color:#000;font-weight:bold">:</span><span style="color:#f8f8f8;text-decoration:underline"> </span>the-container<span style="color:#f8f8f8;text-decoration:underline"> +</span><span style="color:#f8f8f8;text-decoration:underline"> </span><span style="color:#204a87;font-weight:bold">image</span><span style="color:#000;font-weight:bold">:</span><span style="color:#f8f8f8;text-decoration:underline"> </span>registry/conatiner<span style="color:#000;font-weight:bold">:</span>latest<span style="color:#f8f8f8;text-decoration:underline"> +</span></code></pre></div><h2 id="example-i">Example I</h2> +<h3 id="intent">Intent</h3> +<p>To Make the container image point to a specific version and not to the latest container in the +registry.</p> +<h3 id="file-input">File Input</h3> +<div class="highlight"><pre style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-yaml" data-lang="yaml"><span style="color:#8f5902;font-style:italic"># kustomization.yaml</span><span style="color:#f8f8f8;text-decoration:underline"> +</span><span style="color:#f8f8f8;text-decoration:underline"></span><span style="color:#204a87;font-weight:bold">resources</span><span style="color:#000;font-weight:bold">:</span><span style="color:#f8f8f8;text-decoration:underline"> +</span><span style="color:#f8f8f8;text-decoration:underline"></span>- deployment.yaml<span style="color:#f8f8f8;text-decoration:underline"> +</span><span style="color:#f8f8f8;text-decoration:underline"> +</span><span style="color:#f8f8f8;text-decoration:underline"></span><span style="color:#204a87;font-weight:bold">patches</span><span style="color:#000;font-weight:bold">:</span><span style="color:#f8f8f8;text-decoration:underline"> +</span><span style="color:#f8f8f8;text-decoration:underline"></span>- <span style="color:#204a87;font-weight:bold">path</span><span style="color:#000;font-weight:bold">:</span><span style="color:#f8f8f8;text-decoration:underline"> </span>patch.yaml<span style="color:#f8f8f8;text-decoration:underline"> +</span></code></pre></div><div class="highlight"><pre style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-yaml" data-lang="yaml"><span style="color:#8f5902;font-style:italic"># patch.yaml</span><span style="color:#f8f8f8;text-decoration:underline"> +</span><span style="color:#f8f8f8;text-decoration:underline"></span><span style="color:#204a87;font-weight:bold">apiVersion</span><span style="color:#000;font-weight:bold">:</span><span style="color:#f8f8f8;text-decoration:underline"> </span>apps/v1<span style="color:#f8f8f8;text-decoration:underline"> +</span><span style="color:#f8f8f8;text-decoration:underline"></span><span style="color:#204a87;font-weight:bold">kind</span><span style="color:#000;font-weight:bold">:</span><span style="color:#f8f8f8;text-decoration:underline"> </span>Deployment<span style="color:#f8f8f8;text-decoration:underline"> +</span><span style="color:#f8f8f8;text-decoration:underline"></span><span style="color:#204a87;font-weight:bold">metadata</span><span style="color:#000;font-weight:bold">:</span><span style="color:#f8f8f8;text-decoration:underline"> +</span><span style="color:#f8f8f8;text-decoration:underline"> </span><span style="color:#204a87;font-weight:bold">name</span><span style="color:#000;font-weight:bold">:</span><span style="color:#f8f8f8;text-decoration:underline"> </span>the-deployment<span style="color:#f8f8f8;text-decoration:underline"> +</span><span style="color:#f8f8f8;text-decoration:underline"></span><span style="color:#204a87;font-weight:bold">spec</span><span style="color:#000;font-weight:bold">:</span><span style="color:#f8f8f8;text-decoration:underline"> +</span><span style="color:#f8f8f8;text-decoration:underline"> </span><span style="color:#204a87;font-weight:bold">template</span><span style="color:#000;font-weight:bold">:</span><span style="color:#f8f8f8;text-decoration:underline"> +</span><span style="color:#f8f8f8;text-decoration:underline"> </span><span style="color:#204a87;font-weight:bold">containers</span><span style="color:#000;font-weight:bold">:</span><span style="color:#f8f8f8;text-decoration:underline"> +</span><span style="color:#f8f8f8;text-decoration:underline"> </span>- <span style="color:#204a87;font-weight:bold">name</span><span style="color:#000;font-weight:bold">:</span><span style="color:#f8f8f8;text-decoration:underline"> </span>the-container<span style="color:#f8f8f8;text-decoration:underline"> +</span><span style="color:#f8f8f8;text-decoration:underline"> </span><span style="color:#204a87;font-weight:bold">image</span><span style="color:#000;font-weight:bold">:</span><span style="color:#f8f8f8;text-decoration:underline"> </span>registry/conatiner<span style="color:#000;font-weight:bold">:</span><span style="color:#0000cf;font-weight:bold">1.0.0</span><span style="color:#f8f8f8;text-decoration:underline"> +</span></code></pre></div><h3 id="build-output">Build Output</h3> +<div class="highlight"><pre style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-yaml" data-lang="yaml"><span style="color:#204a87;font-weight:bold">apiVersion</span><span style="color:#000;font-weight:bold">:</span><span style="color:#f8f8f8;text-decoration:underline"> </span>apps/v1<span style="color:#f8f8f8;text-decoration:underline"> +</span><span style="color:#f8f8f8;text-decoration:underline"></span><span style="color:#204a87;font-weight:bold">kind</span><span style="color:#000;font-weight:bold">:</span><span style="color:#f8f8f8;text-decoration:underline"> </span>Deployment<span style="color:#f8f8f8;text-decoration:underline"> +</span><span style="color:#f8f8f8;text-decoration:underline"></span><span style="color:#204a87;font-weight:bold">metadata</span><span style="color:#000;font-weight:bold">:</span><span style="color:#f8f8f8;text-decoration:underline"> +</span><span style="color:#f8f8f8;text-decoration:underline"> </span><span style="color:#204a87;font-weight:bold">name</span><span style="color:#000;font-weight:bold">:</span><span style="color:#f8f8f8;text-decoration:underline"> </span>the-deployment<span style="color:#f8f8f8;text-decoration:underline"> +</span><span style="color:#f8f8f8;text-decoration:underline"></span><span style="color:#204a87;font-weight:bold">spec</span><span style="color:#000;font-weight:bold">:</span><span style="color:#f8f8f8;text-decoration:underline"> +</span><span style="color:#f8f8f8;text-decoration:underline"> </span><span style="color:#204a87;font-weight:bold">replicas</span><span style="color:#000;font-weight:bold">:</span><span style="color:#f8f8f8;text-decoration:underline"> </span><span style="color:#0000cf;font-weight:bold">5</span><span style="color:#f8f8f8;text-decoration:underline"> +</span><span style="color:#f8f8f8;text-decoration:underline"> </span><span style="color:#204a87;font-weight:bold">template</span><span style="color:#000;font-weight:bold">:</span><span style="color:#f8f8f8;text-decoration:underline"> +</span><span style="color:#f8f8f8;text-decoration:underline"> </span><span style="color:#204a87;font-weight:bold">containers</span><span style="color:#000;font-weight:bold">:</span><span style="color:#f8f8f8;text-decoration:underline"> +</span><span style="color:#f8f8f8;text-decoration:underline"> </span>- <span style="color:#204a87;font-weight:bold">image</span><span style="color:#000;font-weight:bold">:</span><span style="color:#f8f8f8;text-decoration:underline"> </span>registry/conatiner<span style="color:#000;font-weight:bold">:</span><span style="color:#0000cf;font-weight:bold">1.0.0</span><span style="color:#f8f8f8;text-decoration:underline"> +</span><span style="color:#f8f8f8;text-decoration:underline"> </span><span style="color:#204a87;font-weight:bold">name</span><span style="color:#000;font-weight:bold">:</span><span style="color:#f8f8f8;text-decoration:underline"> </span>the-container<span style="color:#f8f8f8;text-decoration:underline"> +</span></code></pre></div><h2 id="example-ii">Example II</h2> +<h3 id="intent-1">Intent</h3> +<p>To Make the container image point to a specific version and not to the latest container in the +registry.</p> +<h3 id="file-input-1">File Input</h3> +<div class="highlight"><pre style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-yaml" data-lang="yaml"><span style="color:#8f5902;font-style:italic"># kustomization.yaml</span><span style="color:#f8f8f8;text-decoration:underline"> +</span><span style="color:#f8f8f8;text-decoration:underline"></span><span style="color:#204a87;font-weight:bold">resources</span><span style="color:#000;font-weight:bold">:</span><span style="color:#f8f8f8;text-decoration:underline"> +</span><span style="color:#f8f8f8;text-decoration:underline"></span>- deployment.yaml<span style="color:#f8f8f8;text-decoration:underline"> +</span><span style="color:#f8f8f8;text-decoration:underline"> +</span><span style="color:#f8f8f8;text-decoration:underline"></span><span style="color:#204a87;font-weight:bold">patches</span><span style="color:#000;font-weight:bold">:</span><span style="color:#f8f8f8;text-decoration:underline"> +</span><span style="color:#f8f8f8;text-decoration:underline"></span>- <span style="color:#204a87;font-weight:bold">target</span><span style="color:#000;font-weight:bold">:</span><span style="color:#f8f8f8;text-decoration:underline"> +</span><span style="color:#f8f8f8;text-decoration:underline"> </span><span style="color:#204a87;font-weight:bold">kind</span><span style="color:#000;font-weight:bold">:</span><span style="color:#f8f8f8;text-decoration:underline"> </span>Deployment<span style="color:#f8f8f8;text-decoration:underline"> +</span><span style="color:#f8f8f8;text-decoration:underline"> </span><span style="color:#204a87;font-weight:bold">name</span><span style="color:#000;font-weight:bold">:</span><span style="color:#f8f8f8;text-decoration:underline"> </span>the-deployment<span style="color:#f8f8f8;text-decoration:underline"> +</span><span style="color:#f8f8f8;text-decoration:underline"> </span><span style="color:#204a87;font-weight:bold">path</span><span style="color:#000;font-weight:bold">:</span><span style="color:#f8f8f8;text-decoration:underline"> </span>patch.json<span style="color:#f8f8f8;text-decoration:underline"> +</span></code></pre></div><div class="highlight"><pre style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-yaml" data-lang="yaml"><span style="color:#8f5902;font-style:italic"># patch.json</span><span style="color:#f8f8f8;text-decoration:underline"> +</span><span style="color:#f8f8f8;text-decoration:underline"></span><span style="color:#000;font-weight:bold">[</span><span style="color:#f8f8f8;text-decoration:underline"> +</span><span style="color:#f8f8f8;text-decoration:underline"> </span>{<span style="color:#204a87;font-weight:bold">&#34;op&#34;: &#34;replace&#34;, &#34;path&#34;: &#34;/spec/template/containers/0/image&#34;, &#34;value&#34;: </span><span style="color:#4e9a06">&#34;registry/conatiner:1.0.0&#34;</span>}<span style="color:#f8f8f8;text-decoration:underline"> +</span><span style="color:#f8f8f8;text-decoration:underline"></span><span style="color:#000;font-weight:bold">]</span><span style="color:#f8f8f8;text-decoration:underline"> +</span><span style="color:#f8f8f8;text-decoration:underline"> +</span></code></pre></div><h3 id="build-output-1">Build Output</h3> +<div class="highlight"><pre style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-yaml" data-lang="yaml"><span style="color:#204a87;font-weight:bold">apiVersion</span><span style="color:#000;font-weight:bold">:</span><span style="color:#f8f8f8;text-decoration:underline"> </span>apps/v1<span style="color:#f8f8f8;text-decoration:underline"> +</span><span style="color:#f8f8f8;text-decoration:underline"></span><span style="color:#204a87;font-weight:bold">kind</span><span style="color:#000;font-weight:bold">:</span><span style="color:#f8f8f8;text-decoration:underline"> </span>Deployment<span style="color:#f8f8f8;text-decoration:underline"> +</span><span style="color:#f8f8f8;text-decoration:underline"></span><span style="color:#204a87;font-weight:bold">metadata</span><span style="color:#000;font-weight:bold">:</span><span style="color:#f8f8f8;text-decoration:underline"> +</span><span style="color:#f8f8f8;text-decoration:underline"> </span><span style="color:#204a87;font-weight:bold">name</span><span style="color:#000;font-weight:bold">:</span><span style="color:#f8f8f8;text-decoration:underline"> </span>the-deployment<span style="color:#f8f8f8;text-decoration:underline"> +</span><span style="color:#f8f8f8;text-decoration:underline"></span><span style="color:#204a87;font-weight:bold">spec</span><span style="color:#000;font-weight:bold">:</span><span style="color:#f8f8f8;text-decoration:underline"> +</span><span style="color:#f8f8f8;text-decoration:underline"> </span><span style="color:#204a87;font-weight:bold">replicas</span><span style="color:#000;font-weight:bold">:</span><span style="color:#f8f8f8;text-decoration:underline"> </span><span style="color:#0000cf;font-weight:bold">5</span><span style="color:#f8f8f8;text-decoration:underline"> +</span><span style="color:#f8f8f8;text-decoration:underline"> </span><span style="color:#204a87;font-weight:bold">template</span><span style="color:#000;font-weight:bold">:</span><span style="color:#f8f8f8;text-decoration:underline"> +</span><span style="color:#f8f8f8;text-decoration:underline"> </span><span style="color:#204a87;font-weight:bold">containers</span><span style="color:#000;font-weight:bold">:</span><span style="color:#f8f8f8;text-decoration:underline"> +</span><span style="color:#f8f8f8;text-decoration:underline"> </span>- <span style="color:#204a87;font-weight:bold">image</span><span style="color:#000;font-weight:bold">:</span><span style="color:#f8f8f8;text-decoration:underline"> </span>registry/conatiner<span style="color:#000;font-weight:bold">:</span><span style="color:#0000cf;font-weight:bold">1.0.0</span><span style="color:#f8f8f8;text-decoration:underline"> +</span><span style="color:#f8f8f8;text-decoration:underline"> </span><span style="color:#204a87;font-weight:bold">name</span><span style="color:#000;font-weight:bold">:</span><span style="color:#f8f8f8;text-decoration:underline"> </span>the-container<span style="color:#f8f8f8;text-decoration:underline"> +</span></code></pre></div> @@ -786,7 +859,7 @@ container number 2 of some pod template.</p> can only be placed in particular fields of particular objects as specified by kustomize&rsquo;s configuration data.</p> -<p>The default config data for vars is at <a href="https://kubernetes-sigs.github.io/kustomize/konfig/builtinpluginconsts/varreference.go">/api/konfig/builtinpluginconsts/varreference.go</a> +<p>The default config data for vars is at <a href="https://github.com/kubernetes-sigs/kustomize/blob/master/api/konfig/builtinpluginconsts/varreference.go">/api/konfig/builtinpluginconsts/varreference.go</a> Long story short, the default targets are all container command args and env value fields.</p> <p>Vars should <em>not</em> be used for inserting names in diff --git a/docs/api-reference/kustomization/nameprefix/index.html b/docs/api-reference/kustomization/nameprefix/index.html index d92169070..2614a7af0 100644 --- a/docs/api-reference/kustomization/nameprefix/index.html +++ b/docs/api-reference/kustomization/nameprefix/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/api-reference/kustomization/namespace/index.html b/docs/api-reference/kustomization/namespace/index.html index dba183e18..70d883496 100644 --- a/docs/api-reference/kustomization/namespace/index.html +++ b/docs/api-reference/kustomization/namespace/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/api-reference/kustomization/namesuffix/index.html b/docs/api-reference/kustomization/namesuffix/index.html index 8697639b9..47c96908d 100644 --- a/docs/api-reference/kustomization/namesuffix/index.html +++ b/docs/api-reference/kustomization/namesuffix/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/api-reference/kustomization/patches/index.html b/docs/api-reference/kustomization/patches/index.html index b84d37da0..ac3f83966 100644 --- a/docs/api-reference/kustomization/patches/index.html +++ b/docs/api-reference/kustomization/patches/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + @@ -701,6 +702,25 @@ + +
@@ -780,7 +800,80 @@ to it (regular expressions).

The name and namespace fields of the patch target selector are automatically anchored regular expressions. This means that the value myapp is equivalent to ^myapp$.

- +

Consider the following deployment.yaml common for both the examples:

+
apiVersion: apps/v1
+kind: Deployment
+metadata:
+  name: the-deployment
+spec:
+  replicas: 5
+  template:
+    containers:
+      - name: the-container
+        image: registry/conatiner:latest
+

Example I

+

Intent

+

To Make the container image point to a specific version and not to the latest container in the +registry.

+

File Input

+
# kustomization.yaml
+resources:
+- deployment.yaml
+
+patches:
+- path: patch.yaml
+
# patch.yaml
+apiVersion: apps/v1
+kind: Deployment
+metadata:
+  name: the-deployment
+spec:
+  template:
+    containers:
+      - name: the-container
+        image: registry/conatiner:1.0.0
+

Build Output

+
apiVersion: apps/v1
+kind: Deployment
+metadata:
+  name: the-deployment
+spec:
+  replicas: 5
+  template:
+    containers:
+    - image: registry/conatiner:1.0.0
+      name: the-container
+

Example II

+

Intent

+

To Make the container image point to a specific version and not to the latest container in the +registry.

+

File Input

+
# kustomization.yaml
+resources:
+- deployment.yaml
+
+patches:
+- target:
+    kind: Deployment
+    name: the-deployment
+  path: patch.json
+
# patch.json
+[
+   {"op": "replace", "path": "/spec/template/containers/0/image", "value": "registry/conatiner:1.0.0"}
+]
+
+

Build Output

+
apiVersion: apps/v1
+kind: Deployment
+metadata:
+  name: the-deployment
+spec:
+  replicas: 5
+  template:
+    containers:
+    - image: registry/conatiner:1.0.0
+      name: the-container
+
@@ -835,7 +928,7 @@ is equivalent to ^myapp$.

-
Last modified July 16, 2020: Docs: Auto-fix markdownlint issues (f9ee578a) +
Last modified August 26, 2020: Docs update - Patch Examples (fbebd990)
diff --git a/docs/api-reference/kustomization/patchesjson6902/index.html b/docs/api-reference/kustomization/patchesjson6902/index.html index 687c45994..f67210225 100644 --- a/docs/api-reference/kustomization/patchesjson6902/index.html +++ b/docs/api-reference/kustomization/patchesjson6902/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/api-reference/kustomization/patchesstrategicmerge/index.html b/docs/api-reference/kustomization/patchesstrategicmerge/index.html index 526f6f12f..c627b341e 100644 --- a/docs/api-reference/kustomization/patchesstrategicmerge/index.html +++ b/docs/api-reference/kustomization/patchesstrategicmerge/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/api-reference/kustomization/replicas/index.html b/docs/api-reference/kustomization/replicas/index.html index 67cbe0687..42755e438 100644 --- a/docs/api-reference/kustomization/replicas/index.html +++ b/docs/api-reference/kustomization/replicas/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/api-reference/kustomization/resources/index.html b/docs/api-reference/kustomization/resources/index.html index b61969228..8aeef4571 100644 --- a/docs/api-reference/kustomization/resources/index.html +++ b/docs/api-reference/kustomization/resources/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/api-reference/kustomization/secretegenerator/index.html b/docs/api-reference/kustomization/secretegenerator/index.html index c8c40e4c4..2b59df41a 100644 --- a/docs/api-reference/kustomization/secretegenerator/index.html +++ b/docs/api-reference/kustomization/secretegenerator/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/api-reference/kustomization/vars/index.html b/docs/api-reference/kustomization/vars/index.html index e38fea2f8..2d85fc216 100644 --- a/docs/api-reference/kustomization/vars/index.html +++ b/docs/api-reference/kustomization/vars/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + @@ -798,7 +799,7 @@ container number 2 of some pod template.

can only be placed in particular fields of particular objects as specified by kustomize’s configuration data.

-

The default config data for vars is at /api/konfig/builtinpluginconsts/varreference.go +

The default config data for vars is at /api/konfig/builtinpluginconsts/varreference.go Long story short, the default targets are all container command args and env value fields.

Vars should not be used for inserting names in @@ -862,7 +863,7 @@ in the Deployment.

-
Last modified July 16, 2020: Docs: Auto-fix markdownlint issues (f9ee578a) +
diff --git a/docs/blog/2018/05/21/v1.0.1/index.html b/docs/blog/2018/05/21/v1.0.1/index.html index 26492acd5..ce906d1cc 100644 --- a/docs/blog/2018/05/21/v1.0.1/index.html +++ b/docs/blog/2018/05/21/v1.0.1/index.html @@ -3,7 +3,7 @@ - + @@ -30,13 +30,14 @@ - + - + + diff --git a/docs/blog/2019/02/05/v2.0.0/index.html b/docs/blog/2019/02/05/v2.0.0/index.html index 3e98daafc..8efbfa54e 100644 --- a/docs/blog/2019/02/05/v2.0.0/index.html +++ b/docs/blog/2019/02/05/v2.0.0/index.html @@ -3,7 +3,7 @@ - + @@ -30,13 +30,14 @@ - + - + + diff --git a/docs/blog/2019/06/18/v2.1.0/index.html b/docs/blog/2019/06/18/v2.1.0/index.html index 39074c7a7..6f9bf74ac 100644 --- a/docs/blog/2019/06/18/v2.1.0/index.html +++ b/docs/blog/2019/06/18/v2.1.0/index.html @@ -3,7 +3,7 @@ - + @@ -30,13 +30,14 @@ - + - + + diff --git a/docs/blog/2019/07/03/v3.0.0/index.html b/docs/blog/2019/07/03/v3.0.0/index.html index c15bd7ca6..8494146bd 100644 --- a/docs/blog/2019/07/03/v3.0.0/index.html +++ b/docs/blog/2019/07/03/v3.0.0/index.html @@ -3,7 +3,7 @@ - + @@ -30,13 +30,14 @@ - + - + + diff --git a/docs/blog/2019/07/26/v3.1.0/index.html b/docs/blog/2019/07/26/v3.1.0/index.html index a10af6fb5..15505a4ed 100644 --- a/docs/blog/2019/07/26/v3.1.0/index.html +++ b/docs/blog/2019/07/26/v3.1.0/index.html @@ -3,7 +3,7 @@ - + @@ -30,13 +30,14 @@ - + - + + diff --git a/docs/blog/2019/09/17/v3.2.0/index.html b/docs/blog/2019/09/17/v3.2.0/index.html index e19ea7cfd..a6619345c 100644 --- a/docs/blog/2019/09/17/v3.2.0/index.html +++ b/docs/blog/2019/09/17/v3.2.0/index.html @@ -3,7 +3,7 @@ - + @@ -30,13 +30,14 @@ - + - + + diff --git a/docs/blog/2019/09/26/v3.2.1/index.html b/docs/blog/2019/09/26/v3.2.1/index.html index 0221ffc45..4152c8a05 100644 --- a/docs/blog/2019/09/26/v3.2.1/index.html +++ b/docs/blog/2019/09/26/v3.2.1/index.html @@ -3,7 +3,7 @@ - + @@ -30,13 +30,14 @@ - + - + + diff --git a/docs/blog/2019/10/24/v3.3.0/index.html b/docs/blog/2019/10/24/v3.3.0/index.html index 9220f56c7..a9a4b7c16 100644 --- a/docs/blog/2019/10/24/v3.3.0/index.html +++ b/docs/blog/2019/10/24/v3.3.0/index.html @@ -3,7 +3,7 @@ - + @@ -30,13 +30,14 @@ - + - + + diff --git a/docs/blog/index.html b/docs/blog/index.html index 30ce1dd8e..752f8c36a 100644 --- a/docs/blog/index.html +++ b/docs/blog/index.html @@ -3,7 +3,7 @@ - + @@ -27,7 +27,8 @@ - + + diff --git a/docs/blog/releases/index.html b/docs/blog/releases/index.html index 6cbf44fcb..52a56b620 100644 --- a/docs/blog/releases/index.html +++ b/docs/blog/releases/index.html @@ -3,7 +3,7 @@ - + @@ -27,7 +27,8 @@ - + + diff --git a/docs/contributing/bugs/index.html b/docs/contributing/bugs/index.html index dfd09399b..26b7100e5 100644 --- a/docs/contributing/bugs/index.html +++ b/docs/contributing/bugs/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/contributing/community/index.html b/docs/contributing/community/index.html index 5a7471848..557959ea6 100644 --- a/docs/contributing/community/index.html +++ b/docs/contributing/community/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/contributing/docs/index.html b/docs/contributing/docs/index.html index 50dfa6a37..8720cdb42 100644 --- a/docs/contributing/docs/index.html +++ b/docs/contributing/docs/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/contributing/features/index.html b/docs/contributing/features/index.html index 48e2c824b..88f59e870 100644 --- a/docs/contributing/features/index.html +++ b/docs/contributing/features/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/contributing/howitworks/index.html b/docs/contributing/howitworks/index.html index 3a0a5bd9d..4bda42780 100644 --- a/docs/contributing/howitworks/index.html +++ b/docs/contributing/howitworks/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/contributing/index.html b/docs/contributing/index.html index 387bd7183..483edfae7 100644 --- a/docs/contributing/index.html +++ b/docs/contributing/index.html @@ -3,7 +3,7 @@ - + @@ -27,7 +27,8 @@ - + + diff --git a/docs/contributing/mac/index.html b/docs/contributing/mac/index.html index 776672083..5a153627a 100644 --- a/docs/contributing/mac/index.html +++ b/docs/contributing/mac/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/contributing/windows/index.html b/docs/contributing/windows/index.html index 6f95e9af5..3cc3f4ba1 100644 --- a/docs/contributing/windows/index.html +++ b/docs/contributing/windows/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/en/sitemap.xml b/docs/en/sitemap.xml index 57f0a6e84..040849d56 100644 --- a/docs/en/sitemap.xml +++ b/docs/en/sitemap.xml @@ -274,7 +274,7 @@ https://kubernetes-sigs.github.io/kustomize/guides/plugins/ - 2020-07-17T12:03:19-07:00 + 2020-07-19T19:52:54+01:00 https://kubernetes-sigs.github.io/kustomize/api-reference/kustomization/bases/ - 2020-07-16T12:57:18-07:00 + 2020-08-20T08:18:47+05:45 https://kubernetes-sigs.github.io/kustomize/faq/ - 2020-07-16T12:57:18-07:00 + 2020-07-22T09:27:07-07:00 https://kubernetes-sigs.github.io/kustomize/api-reference/kustomization/patches/ - 2020-07-16T12:57:18-07:00 + 2020-08-26T17:46:29+05:30 https://kubernetes-sigs.github.io/kustomize/api-reference/kustomization/vars/ - 2020-07-16T12:57:18-07:00 + 2020-08-07T22:23:18+02:00 - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/faq/index.html b/docs/faq/index.html index 5e389d1ed..53be265c8 100644 --- a/docs/faq/index.html +++ b/docs/faq/index.html @@ -3,7 +3,7 @@ - + @@ -27,7 +27,8 @@ - + + @@ -386,7 +387,7 @@ relocatability.

- diff --git a/docs/faq/versioningpolicy/index.html b/docs/faq/versioningpolicy/index.html index c0badd7f2..59bf92413 100644 --- a/docs/faq/versioningpolicy/index.html +++ b/docs/faq/versioningpolicy/index.html @@ -3,7 +3,7 @@ - + @@ -36,7 +36,8 @@ - + + - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/guides/components/index.html b/docs/guides/components/index.html index f610a10e6..c508d7679 100644 --- a/docs/guides/components/index.html +++ b/docs/guides/components/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/guides/index.html b/docs/guides/index.html index 4236c5b98..ecbb4dd54 100644 --- a/docs/guides/index.html +++ b/docs/guides/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/guides/offtheshelf/index.html b/docs/guides/offtheshelf/index.html index 7c0eb9f1e..15a08d797 100644 --- a/docs/guides/offtheshelf/index.html +++ b/docs/guides/offtheshelf/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/guides/plugins/builtins/index.html b/docs/guides/plugins/builtins/index.html index 424292868..454f4edfc 100644 --- a/docs/guides/plugins/builtins/index.html +++ b/docs/guides/plugins/builtins/index.html @@ -3,7 +3,7 @@ - + @@ -34,7 +34,8 @@ - + + diff --git a/docs/guides/plugins/execpluginguidedexample/index.html b/docs/guides/plugins/execpluginguidedexample/index.html index f853d6e11..631cdf852 100644 --- a/docs/guides/plugins/execpluginguidedexample/index.html +++ b/docs/guides/plugins/execpluginguidedexample/index.html @@ -3,7 +3,7 @@ - + @@ -34,7 +34,8 @@ - + + diff --git a/docs/guides/plugins/goplugincaveats/index.html b/docs/guides/plugins/goplugincaveats/index.html index b04394d6d..17b6e4a48 100644 --- a/docs/guides/plugins/goplugincaveats/index.html +++ b/docs/guides/plugins/goplugincaveats/index.html @@ -3,7 +3,7 @@ - + @@ -34,7 +34,8 @@ - + + diff --git a/docs/guides/plugins/gopluginguidedexample/index.html b/docs/guides/plugins/gopluginguidedexample/index.html index e4da200ee..6171a677e 100644 --- a/docs/guides/plugins/gopluginguidedexample/index.html +++ b/docs/guides/plugins/gopluginguidedexample/index.html @@ -3,7 +3,7 @@ - + @@ -34,7 +34,8 @@ - + + diff --git a/docs/guides/plugins/index.html b/docs/guides/plugins/index.html index 8e6103866..f5a4a49d0 100644 --- a/docs/guides/plugins/index.html +++ b/docs/guides/plugins/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + @@ -586,7 +587,12 @@ marshalled resources on stdin and capture

kustomize.config.k8s.io/needs-hash

Resources can be marked as needing to be processed by the internal hash transformer by including the needs-hash annotation. When set valid values for the annotation are "true" and "false" which respectively enable or disable hash suffixing for the resource. Omitting the annotation is equivalent to setting the value "false".

-

If this annotation is set on a resource not supported by the hash transformer the build will fail.

+

Hashes are determined as follows:

+
    +
  • For ConfigMap resources, hashes are based on the values of the name, data, and binaryData fields.
  • +
  • For Secret resources, hashes are based on the values of the name, type, data, and stringData fields.
  • +
  • For any other object type, hashes are based on the entire object content (i.e. all fields).
  • +

Example:

apiVersion: v1
 kind: ConfigMap
@@ -732,7 +738,7 @@ go build -buildmode plugin \
 
 	
 	
-	
Last modified July 17, 2020: Fix go plugins caveats link (bc581b70) +
diff --git a/docs/index.html b/docs/index.html index 94cb466a1..8dd6086dc 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3,7 +3,7 @@ - + @@ -27,7 +27,8 @@ - + + diff --git a/docs/index.json b/docs/index.json index 98c1b485c..756265f35 100644 --- a/docs/index.json +++ b/docs/index.json @@ -3,7 +3,7 @@ - + @@ -32,7 +32,8 @@ - + + diff --git a/docs/installation/binaries/index.html b/docs/installation/binaries/index.html index fd00c0ad7..6417ea3a9 100644 --- a/docs/installation/binaries/index.html +++ b/docs/installation/binaries/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/installation/chocolatey/index.html b/docs/installation/chocolatey/index.html index 2f0c4e597..72614be6b 100644 --- a/docs/installation/chocolatey/index.html +++ b/docs/installation/chocolatey/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/installation/homebrew/index.html b/docs/installation/homebrew/index.html index e4a9ab777..24ad9e411 100644 --- a/docs/installation/homebrew/index.html +++ b/docs/installation/homebrew/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/installation/index.html b/docs/installation/index.html index 301353bc1..68147be84 100644 --- a/docs/installation/index.html +++ b/docs/installation/index.html @@ -3,7 +3,7 @@ - + @@ -27,7 +27,8 @@ - + + diff --git a/docs/installation/source/index.html b/docs/installation/source/index.html index 820918279..e79308f61 100644 --- a/docs/installation/source/index.html +++ b/docs/installation/source/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/search/index.html b/docs/search/index.html index dc3909e1b..567d5f3df 100644 --- a/docs/search/index.html +++ b/docs/search/index.html @@ -3,7 +3,7 @@ - + @@ -32,7 +32,8 @@ - + + diff --git a/docs/sitemap.xml b/docs/sitemap.xml index 0407b03b2..58c077795 100644 --- a/docs/sitemap.xml +++ b/docs/sitemap.xml @@ -4,7 +4,7 @@ https://kubernetes-sigs.github.io/kustomize/en/sitemap.xml - 2020-07-17T12:03:19-07:00 + 2020-08-26T17:46:29+05:30 diff --git a/docs/zh/api-reference/glossary/index.html b/docs/zh/api-reference/glossary/index.html index d09a31e1a..61b692dcb 100644 --- a/docs/zh/api-reference/glossary/index.html +++ b/docs/zh/api-reference/glossary/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/zh/api-reference/index.html b/docs/zh/api-reference/index.html index c72ab8054..459159435 100644 --- a/docs/zh/api-reference/index.html +++ b/docs/zh/api-reference/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/zh/api-reference/kustomization/bases/index.html b/docs/zh/api-reference/kustomization/bases/index.html index 2e3a36103..938fda5af 100644 --- a/docs/zh/api-reference/kustomization/bases/index.html +++ b/docs/zh/api-reference/kustomization/bases/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/zh/api-reference/kustomization/commonannotations/index.html b/docs/zh/api-reference/kustomization/commonannotations/index.html index 398aa97f7..21a14fd58 100644 --- a/docs/zh/api-reference/kustomization/commonannotations/index.html +++ b/docs/zh/api-reference/kustomization/commonannotations/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/zh/api-reference/kustomization/commonlabels/index.html b/docs/zh/api-reference/kustomization/commonlabels/index.html index f8afd5edd..8a756291c 100644 --- a/docs/zh/api-reference/kustomization/commonlabels/index.html +++ b/docs/zh/api-reference/kustomization/commonlabels/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/zh/api-reference/kustomization/components/index.html b/docs/zh/api-reference/kustomization/components/index.html index 979a3942e..1fa16a648 100644 --- a/docs/zh/api-reference/kustomization/components/index.html +++ b/docs/zh/api-reference/kustomization/components/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/zh/api-reference/kustomization/configmapgenerator/index.html b/docs/zh/api-reference/kustomization/configmapgenerator/index.html index 57cb9f82b..76ec5697e 100644 --- a/docs/zh/api-reference/kustomization/configmapgenerator/index.html +++ b/docs/zh/api-reference/kustomization/configmapgenerator/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/zh/api-reference/kustomization/crds/index.html b/docs/zh/api-reference/kustomization/crds/index.html index 17025e3f5..8ad9adb4b 100644 --- a/docs/zh/api-reference/kustomization/crds/index.html +++ b/docs/zh/api-reference/kustomization/crds/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/zh/api-reference/kustomization/generatoroptions/index.html b/docs/zh/api-reference/kustomization/generatoroptions/index.html index 4a31743cf..e8686ecb0 100644 --- a/docs/zh/api-reference/kustomization/generatoroptions/index.html +++ b/docs/zh/api-reference/kustomization/generatoroptions/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/zh/api-reference/kustomization/images/index.html b/docs/zh/api-reference/kustomization/images/index.html index 2fac609d3..234c398e0 100644 --- a/docs/zh/api-reference/kustomization/images/index.html +++ b/docs/zh/api-reference/kustomization/images/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/zh/api-reference/kustomization/index.html b/docs/zh/api-reference/kustomization/index.html index 61216f9c8..5f51d23d7 100644 --- a/docs/zh/api-reference/kustomization/index.html +++ b/docs/zh/api-reference/kustomization/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/zh/api-reference/kustomization/nameprefix/index.html b/docs/zh/api-reference/kustomization/nameprefix/index.html index 679f9f0c5..5a1654304 100644 --- a/docs/zh/api-reference/kustomization/nameprefix/index.html +++ b/docs/zh/api-reference/kustomization/nameprefix/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/zh/api-reference/kustomization/namespace/index.html b/docs/zh/api-reference/kustomization/namespace/index.html index ac8f50307..8f18d0c38 100644 --- a/docs/zh/api-reference/kustomization/namespace/index.html +++ b/docs/zh/api-reference/kustomization/namespace/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/zh/api-reference/kustomization/namesuffix/index.html b/docs/zh/api-reference/kustomization/namesuffix/index.html index 72cf3a8fa..114c6cde6 100644 --- a/docs/zh/api-reference/kustomization/namesuffix/index.html +++ b/docs/zh/api-reference/kustomization/namesuffix/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/zh/api-reference/kustomization/patches/index.html b/docs/zh/api-reference/kustomization/patches/index.html index 97cc62e6a..3ba8f22be 100644 --- a/docs/zh/api-reference/kustomization/patches/index.html +++ b/docs/zh/api-reference/kustomization/patches/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/zh/api-reference/kustomization/patchesjson6902/index.html b/docs/zh/api-reference/kustomization/patchesjson6902/index.html index e1adf68f8..c579a9fe5 100644 --- a/docs/zh/api-reference/kustomization/patchesjson6902/index.html +++ b/docs/zh/api-reference/kustomization/patchesjson6902/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/zh/api-reference/kustomization/patchesstrategicmerge/index.html b/docs/zh/api-reference/kustomization/patchesstrategicmerge/index.html index 35df6a3ef..c9f7e3192 100644 --- a/docs/zh/api-reference/kustomization/patchesstrategicmerge/index.html +++ b/docs/zh/api-reference/kustomization/patchesstrategicmerge/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/zh/api-reference/kustomization/replicas/index.html b/docs/zh/api-reference/kustomization/replicas/index.html index 5f2dcfa10..72404e671 100644 --- a/docs/zh/api-reference/kustomization/replicas/index.html +++ b/docs/zh/api-reference/kustomization/replicas/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/zh/api-reference/kustomization/resources/index.html b/docs/zh/api-reference/kustomization/resources/index.html index 4a60f94b3..58d4bdf35 100644 --- a/docs/zh/api-reference/kustomization/resources/index.html +++ b/docs/zh/api-reference/kustomization/resources/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/zh/api-reference/kustomization/secretegenerator/index.html b/docs/zh/api-reference/kustomization/secretegenerator/index.html index 381e150de..b93ab352a 100644 --- a/docs/zh/api-reference/kustomization/secretegenerator/index.html +++ b/docs/zh/api-reference/kustomization/secretegenerator/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/zh/api-reference/kustomization/vars/index.html b/docs/zh/api-reference/kustomization/vars/index.html index be7bbdf8a..4f72de88a 100644 --- a/docs/zh/api-reference/kustomization/vars/index.html +++ b/docs/zh/api-reference/kustomization/vars/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/zh/blog/2018/05/21/v1.0.1/index.html b/docs/zh/blog/2018/05/21/v1.0.1/index.html index 0444ed250..dac1b33eb 100644 --- a/docs/zh/blog/2018/05/21/v1.0.1/index.html +++ b/docs/zh/blog/2018/05/21/v1.0.1/index.html @@ -3,7 +3,7 @@ - + @@ -30,13 +30,14 @@ - + - + + diff --git a/docs/zh/blog/2019/02/05/v2.0.0/index.html b/docs/zh/blog/2019/02/05/v2.0.0/index.html index ca166fdbd..b7b0a7f6a 100644 --- a/docs/zh/blog/2019/02/05/v2.0.0/index.html +++ b/docs/zh/blog/2019/02/05/v2.0.0/index.html @@ -3,7 +3,7 @@ - + @@ -30,13 +30,14 @@ - - + + - + + diff --git a/docs/zh/blog/2019/06/18/v2.1.0/index.html b/docs/zh/blog/2019/06/18/v2.1.0/index.html index 8d302e5ee..1083c0896 100644 --- a/docs/zh/blog/2019/06/18/v2.1.0/index.html +++ b/docs/zh/blog/2019/06/18/v2.1.0/index.html @@ -3,7 +3,7 @@ - + @@ -30,13 +30,14 @@ - + - + + diff --git a/docs/zh/blog/2019/07/03/v3.0.0/index.html b/docs/zh/blog/2019/07/03/v3.0.0/index.html index 06f548d57..740824b5e 100644 --- a/docs/zh/blog/2019/07/03/v3.0.0/index.html +++ b/docs/zh/blog/2019/07/03/v3.0.0/index.html @@ -3,7 +3,7 @@ - + @@ -30,13 +30,14 @@ - + - + + diff --git a/docs/zh/blog/2019/07/26/v3.1.0/index.html b/docs/zh/blog/2019/07/26/v3.1.0/index.html index bd8358db6..a877419cc 100644 --- a/docs/zh/blog/2019/07/26/v3.1.0/index.html +++ b/docs/zh/blog/2019/07/26/v3.1.0/index.html @@ -3,7 +3,7 @@ - + @@ -30,13 +30,14 @@ - + - + + diff --git a/docs/zh/blog/2019/09/17/v3.2.0/index.html b/docs/zh/blog/2019/09/17/v3.2.0/index.html index fc0401488..25c07c1c4 100644 --- a/docs/zh/blog/2019/09/17/v3.2.0/index.html +++ b/docs/zh/blog/2019/09/17/v3.2.0/index.html @@ -3,7 +3,7 @@ - + @@ -30,13 +30,14 @@ - + - + + diff --git a/docs/zh/blog/2019/09/26/v3.2.1/index.html b/docs/zh/blog/2019/09/26/v3.2.1/index.html index c4442e872..0653421a1 100644 --- a/docs/zh/blog/2019/09/26/v3.2.1/index.html +++ b/docs/zh/blog/2019/09/26/v3.2.1/index.html @@ -3,7 +3,7 @@ - + @@ -30,13 +30,14 @@ - - + + - + + diff --git a/docs/zh/blog/2019/10/24/v3.3.0/index.html b/docs/zh/blog/2019/10/24/v3.3.0/index.html index 668c798dc..7cc541517 100644 --- a/docs/zh/blog/2019/10/24/v3.3.0/index.html +++ b/docs/zh/blog/2019/10/24/v3.3.0/index.html @@ -3,7 +3,7 @@ - + @@ -30,13 +30,14 @@ - + - + + diff --git a/docs/zh/blog/index.html b/docs/zh/blog/index.html index 7b314dee4..6c36fc137 100644 --- a/docs/zh/blog/index.html +++ b/docs/zh/blog/index.html @@ -3,7 +3,7 @@ - + @@ -27,7 +27,8 @@ - + + diff --git a/docs/zh/blog/releases/index.html b/docs/zh/blog/releases/index.html index 28ced55b2..d28889628 100644 --- a/docs/zh/blog/releases/index.html +++ b/docs/zh/blog/releases/index.html @@ -3,7 +3,7 @@ - + @@ -27,7 +27,8 @@ - + + diff --git a/docs/zh/contributing/bugs/index.html b/docs/zh/contributing/bugs/index.html index a1833065e..d053e995a 100644 --- a/docs/zh/contributing/bugs/index.html +++ b/docs/zh/contributing/bugs/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/zh/contributing/community/index.html b/docs/zh/contributing/community/index.html index 8080adcdd..0d1ae98b2 100644 --- a/docs/zh/contributing/community/index.html +++ b/docs/zh/contributing/community/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/zh/contributing/docs/index.html b/docs/zh/contributing/docs/index.html index 0a24a4930..63a8fd16d 100644 --- a/docs/zh/contributing/docs/index.html +++ b/docs/zh/contributing/docs/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/zh/contributing/features/index.html b/docs/zh/contributing/features/index.html index 50b07c834..0ca5018b7 100644 --- a/docs/zh/contributing/features/index.html +++ b/docs/zh/contributing/features/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/zh/contributing/howitworks/index.html b/docs/zh/contributing/howitworks/index.html index 2b4c8f486..1da5740aa 100644 --- a/docs/zh/contributing/howitworks/index.html +++ b/docs/zh/contributing/howitworks/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/zh/contributing/index.html b/docs/zh/contributing/index.html index dcaf21780..32f4dd2b8 100644 --- a/docs/zh/contributing/index.html +++ b/docs/zh/contributing/index.html @@ -3,7 +3,7 @@ - + @@ -27,7 +27,8 @@ - + + diff --git a/docs/zh/contributing/mac/index.html b/docs/zh/contributing/mac/index.html index 8917e81d5..c43b5d9b8 100644 --- a/docs/zh/contributing/mac/index.html +++ b/docs/zh/contributing/mac/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/zh/contributing/windows/index.html b/docs/zh/contributing/windows/index.html index 59448bdca..1054ba886 100644 --- a/docs/zh/contributing/windows/index.html +++ b/docs/zh/contributing/windows/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/zh/faq/eschewedfeatures/index.html b/docs/zh/faq/eschewedfeatures/index.html index ad66c38d8..0dd0030f9 100644 --- a/docs/zh/faq/eschewedfeatures/index.html +++ b/docs/zh/faq/eschewedfeatures/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/zh/faq/index.html b/docs/zh/faq/index.html index af287a251..e0550b826 100644 --- a/docs/zh/faq/index.html +++ b/docs/zh/faq/index.html @@ -3,7 +3,7 @@ - + @@ -27,7 +27,8 @@ - + + diff --git a/docs/zh/faq/versioningpolicy/index.html b/docs/zh/faq/versioningpolicy/index.html index 75125eeb9..7afe26e58 100644 --- a/docs/zh/faq/versioningpolicy/index.html +++ b/docs/zh/faq/versioningpolicy/index.html @@ -3,7 +3,7 @@ - + @@ -36,7 +36,8 @@ - + + - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/zh/guides/index.html b/docs/zh/guides/index.html index d02bd0830..b862d4a0f 100644 --- a/docs/zh/guides/index.html +++ b/docs/zh/guides/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/zh/guides/offtheshelf/index.html b/docs/zh/guides/offtheshelf/index.html index 27e291341..67d488fcf 100644 --- a/docs/zh/guides/offtheshelf/index.html +++ b/docs/zh/guides/offtheshelf/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/zh/guides/plugins/builtins/index.html b/docs/zh/guides/plugins/builtins/index.html index 950900d23..6895ec52f 100644 --- a/docs/zh/guides/plugins/builtins/index.html +++ b/docs/zh/guides/plugins/builtins/index.html @@ -3,7 +3,7 @@ - + @@ -34,7 +34,8 @@ - + + diff --git a/docs/zh/guides/plugins/execpluginguidedexample/index.html b/docs/zh/guides/plugins/execpluginguidedexample/index.html index be2cd9fe7..31458018c 100644 --- a/docs/zh/guides/plugins/execpluginguidedexample/index.html +++ b/docs/zh/guides/plugins/execpluginguidedexample/index.html @@ -3,7 +3,7 @@ - + @@ -34,7 +34,8 @@ - + + diff --git a/docs/zh/guides/plugins/goplugincaveats/index.html b/docs/zh/guides/plugins/goplugincaveats/index.html index 56bace073..2b0be3f55 100644 --- a/docs/zh/guides/plugins/goplugincaveats/index.html +++ b/docs/zh/guides/plugins/goplugincaveats/index.html @@ -3,7 +3,7 @@ - + @@ -34,7 +34,8 @@ - + + diff --git a/docs/zh/guides/plugins/gopluginguidedexample/index.html b/docs/zh/guides/plugins/gopluginguidedexample/index.html index 9c93290d2..9fb818d12 100644 --- a/docs/zh/guides/plugins/gopluginguidedexample/index.html +++ b/docs/zh/guides/plugins/gopluginguidedexample/index.html @@ -3,7 +3,7 @@ - + @@ -34,7 +34,8 @@ - + + diff --git a/docs/zh/guides/plugins/index.html b/docs/zh/guides/plugins/index.html index 24535e3fd..b532d0c84 100644 --- a/docs/zh/guides/plugins/index.html +++ b/docs/zh/guides/plugins/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/zh/index.html b/docs/zh/index.html index 3f45a690f..da0402567 100644 --- a/docs/zh/index.html +++ b/docs/zh/index.html @@ -3,7 +3,7 @@ - + @@ -27,7 +27,8 @@ - + + diff --git a/docs/zh/index.json b/docs/zh/index.json index e69ede8b1..d0981bae1 100644 --- a/docs/zh/index.json +++ b/docs/zh/index.json @@ -3,7 +3,7 @@ - + @@ -27,12 +27,13 @@ - + - + + diff --git a/docs/zh/installation/binaries/index.html b/docs/zh/installation/binaries/index.html index c5b4b1cf9..b27613747 100644 --- a/docs/zh/installation/binaries/index.html +++ b/docs/zh/installation/binaries/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/zh/installation/chocolatey/index.html b/docs/zh/installation/chocolatey/index.html index 16a4fc7e2..0e9053ceb 100644 --- a/docs/zh/installation/chocolatey/index.html +++ b/docs/zh/installation/chocolatey/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/zh/installation/homebrew/index.html b/docs/zh/installation/homebrew/index.html index 841f80643..78c894ea4 100644 --- a/docs/zh/installation/homebrew/index.html +++ b/docs/zh/installation/homebrew/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/zh/installation/index.html b/docs/zh/installation/index.html index 8ab9755e2..4266632a2 100644 --- a/docs/zh/installation/index.html +++ b/docs/zh/installation/index.html @@ -3,7 +3,7 @@ - + @@ -27,7 +27,8 @@ - + + diff --git a/docs/zh/installation/source/index.html b/docs/zh/installation/source/index.html index 3de7bc88b..3c0fb113e 100644 --- a/docs/zh/installation/source/index.html +++ b/docs/zh/installation/source/index.html @@ -3,7 +3,7 @@ - + @@ -29,7 +29,8 @@ +"> + diff --git a/docs/zh/search/index.html b/docs/zh/search/index.html index 481209b44..8fabb0b38 100644 --- a/docs/zh/search/index.html +++ b/docs/zh/search/index.html @@ -3,7 +3,7 @@ - + @@ -27,12 +27,13 @@ - + - + +