Skip to content

Commit 6e69c12

Browse files
committed
generate docs
1 parent f705c30 commit 6e69c12

File tree

6 files changed

+22
-18
lines changed

6 files changed

+22
-18
lines changed

docs/guides/consumer/index.xml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ line comments – e.g. <code># { "$kpt-set": &am
380380
<h2 id="fetch-a-remote-package">Fetch a remote package</h2>
381381
<h3 id="command">Command</h3>
382382
<div class="highlight"><pre style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-sh" data-lang="sh"><span style="color:#204a87">export</span> <span style="color:#000">SRC_REPO</span><span style="color:#ce5c00;font-weight:bold">=</span>https://github.com/GoogleContainerTools/kpt.git
383-
kpt pkg get <span style="color:#000">$SRC_REPO</span>/package-examples/helloworld-set@v0.3.0 helloworld
383+
kpt pkg get <span style="color:#000">$SRC_REPO</span>/package-examples/helloworld-set@v0.6.0 helloworld
384384
</code></pre></div><h3 id="output">Output</h3>
385385
<div class="highlight"><pre style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-sh" data-lang="sh">fetching package /package-examples/helloworld-set from https://github.com/GoogleContainerTools/kpt to helloworld
386386
</code></pre></div><h2 id="list-the-setters">List the setters</h2>
@@ -390,10 +390,12 @@ kpt pkg get <span style="color:#000">$SRC_REPO</span>/packag
390390
<div class="highlight"><pre style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-sh" data-lang="sh">kpt cfg list-setters helloworld/
391391
</code></pre></div><p>Print the list of setters included in the package.</p>
392392
<h5 id="output-1">Output</h5>
393-
<div class="highlight"><pre style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-sh" data-lang="sh"> NAME VALUE SET BY DESCRIPTION COUNT
394-
http-port <span style="color:#0000cf;font-weight:bold">80</span> package-default helloworld port <span style="color:#0000cf;font-weight:bold">3</span>
395-
image-tag 0.1.0 package-default hello-world image tag <span style="color:#0000cf;font-weight:bold">1</span>
396-
replicas <span style="color:#0000cf;font-weight:bold">5</span> package-default helloworld replicas <span style="color:#0000cf;font-weight:bold">1</span>
393+
<div class="highlight"><pre style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-sh" data-lang="sh"> NAME VALUE SET BY DESCRIPTION COUNT
394+
http-port <span style="color:#0000cf;font-weight:bold">80</span> package-default helloworld port <span style="color:#0000cf;font-weight:bold">3</span>
395+
image-tag v0.1.0 package-default helloworld image tag <span style="color:#0000cf;font-weight:bold">1</span>
396+
replicas <span style="color:#0000cf;font-weight:bold">5</span> package-default helloworld replicas <span style="color:#0000cf;font-weight:bold">1</span>
397+
SUBSTITUTION PATTERN REFERENCES
398+
image gcr.io/kpt-dev/helloworld-gke:<span style="color:#4e9a06">${</span><span style="color:#000">image</span><span style="color:#000;font-weight:bold">-tag</span><span style="color:#4e9a06">}</span> <span style="color:#ce5c00;font-weight:bold">[</span>image-tag<span style="color:#ce5c00;font-weight:bold">]</span>
397399
</code></pre></div><p>The package contains 3 setters which may be used to modify the configuration
398400
using <code>kpt set</code>.</p>
399401
<h2 id="set-a-field">Set a field</h2>

docs/guides/consumer/set/index.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@ <h2 id="steps">Steps</h2>
911911
<h2 id="fetch-a-remote-package">Fetch a remote package</h2>
912912
<h3 id="command">Command</h3>
913913
<div class="highlight"><pre style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-sh" data-lang="sh"><span style="color:#204a87">export</span> <span style="color:#000">SRC_REPO</span><span style="color:#ce5c00;font-weight:bold">=</span>https://github.com/GoogleContainerTools/kpt.git
914-
kpt pkg get <span style="color:#000">$SRC_REPO</span>/package-examples/helloworld-set@v0.3.0 helloworld
914+
kpt pkg get <span style="color:#000">$SRC_REPO</span>/package-examples/helloworld-set@v0.6.0 helloworld
915915
</code></pre></div><h3 id="output">Output</h3>
916916
<div class="highlight"><pre style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-sh" data-lang="sh">fetching package /package-examples/helloworld-set from https://github.com/GoogleContainerTools/kpt to helloworld
917917
</code></pre></div><h2 id="list-the-setters">List the setters</h2>
@@ -921,10 +921,12 @@ <h5 id="command-1">Command</h5>
921921
<div class="highlight"><pre style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-sh" data-lang="sh">kpt cfg list-setters helloworld/
922922
</code></pre></div><p>Print the list of setters included in the package.</p>
923923
<h5 id="output-1">Output</h5>
924-
<div class="highlight"><pre style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-sh" data-lang="sh"> NAME VALUE SET BY DESCRIPTION COUNT
925-
http-port <span style="color:#0000cf;font-weight:bold">80</span> package-default helloworld port <span style="color:#0000cf;font-weight:bold">3</span>
926-
image-tag 0.1.0 package-default hello-world image tag <span style="color:#0000cf;font-weight:bold">1</span>
927-
replicas <span style="color:#0000cf;font-weight:bold">5</span> package-default helloworld replicas <span style="color:#0000cf;font-weight:bold">1</span>
924+
<div class="highlight"><pre style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-sh" data-lang="sh"> NAME VALUE SET BY DESCRIPTION COUNT
925+
http-port <span style="color:#0000cf;font-weight:bold">80</span> package-default helloworld port <span style="color:#0000cf;font-weight:bold">3</span>
926+
image-tag v0.1.0 package-default helloworld image tag <span style="color:#0000cf;font-weight:bold">1</span>
927+
replicas <span style="color:#0000cf;font-weight:bold">5</span> package-default helloworld replicas <span style="color:#0000cf;font-weight:bold">1</span>
928+
SUBSTITUTION PATTERN REFERENCES
929+
image gcr.io/kpt-dev/helloworld-gke:<span style="color:#4e9a06">${</span><span style="color:#000">image</span><span style="color:#000;font-weight:bold">-tag</span><span style="color:#4e9a06">}</span> <span style="color:#ce5c00;font-weight:bold">[</span>image-tag<span style="color:#ce5c00;font-weight:bold">]</span>
928930
</code></pre></div><p>The package contains 3 setters which may be used to modify the configuration
929931
using <code>kpt set</code>.</p>
930932
<h2 id="set-a-field">Set a field</h2>
@@ -1016,7 +1018,7 @@ <h5 id="output-2">Output</h5>
10161018

10171019

10181020

1019-
<div class="text-muted mt-5 pt-3 border-top">Last modified June 15, 2020: <a href="https://github.com/GoogleContainerTools/kpt/commit/488fac19b256ce64424bc7b8e6e39efac0997d47">Update setters docs (488fac19)</a>
1021+
<div class="text-muted mt-5 pt-3 border-top">Last modified June 23, 2020: <a href="https://github.com/GoogleContainerTools/kpt/commit/f705c3071e6b2ecfd3040cc44ca580578c707e15">docs: Fix missing substitution in example output in set guide (f705c307)</a>
10201022
</div>
10211023
</div>
10221024

docs/guides/consumer/substitute/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,7 @@ <h5 id="output-2">Output</h5>
10371037

10381038

10391039

1040-
<div class="text-muted mt-5 pt-3 border-top">Last modified June 15, 2020: <a href="https://github.com/GoogleContainerTools/kpt/commit/488fac19b256ce64424bc7b8e6e39efac0997d47">Update setters docs (488fac19)</a>
1040+
<div class="text-muted mt-5 pt-3 border-top">Last modified June 18, 2020: <a href="https://github.com/GoogleContainerTools/kpt/commit/d7cc5dcaba3542b6e462899d446b7c584621cf8f">Update docs (d7cc5dca)</a>
10411041
</div>
10421042
</div>
10431043

docs/guides/producer/setters/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1140,7 +1140,7 @@ <h4 id="setting-lists">Setting Lists</h4>
11401140

11411141

11421142

1143-
<div class="text-muted mt-5 pt-3 border-top">Last modified June 15, 2020: <a href="https://github.com/GoogleContainerTools/kpt/commit/488fac19b256ce64424bc7b8e6e39efac0997d47">Update setters docs (488fac19)</a>
1143+
<div class="text-muted mt-5 pt-3 border-top">Last modified June 18, 2020: <a href="https://github.com/GoogleContainerTools/kpt/commit/d7cc5dcaba3542b6e462899d446b7c584621cf8f">Update docs (d7cc5dca)</a>
11441144
</div>
11451145
</div>
11461146

docs/reference/pkg/get/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,7 @@ <h3 id="synopsis">Synopsis</h3>
10541054

10551055

10561056

1057-
<div class="text-muted mt-5 pt-3 border-top">Last modified March 22, 2020: <a href="https://github.com/GoogleContainerTools/kpt/commit/4397847ac7f8c642d62df6ef5123189ff5bb89e2">Fix indentation in generated Long message (4397847a)</a>
1057+
<div class="text-muted mt-5 pt-3 border-top">Last modified June 18, 2020: <a href="https://github.com/GoogleContainerTools/kpt/commit/d7cc5dcaba3542b6e462899d446b7c584621cf8f">Update docs (d7cc5dca)</a>
10581058
</div>
10591059
</div>
10601060

docs/sitemap.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484

8585
<url>
8686
<loc>https://googlecontainertools.github.io/kpt/guides/producer/setters/</loc>
87-
<lastmod>2020-06-15T20:34:10-07:00</lastmod>
87+
<lastmod>2020-06-18T21:48:53-07:00</lastmod>
8888
</url>
8989

9090
<url>
@@ -114,7 +114,7 @@
114114

115115
<url>
116116
<loc>https://googlecontainertools.github.io/kpt/guides/consumer/set/</loc>
117-
<lastmod>2020-06-15T20:34:10-07:00</lastmod>
117+
<lastmod>2020-06-23T21:53:30-07:00</lastmod>
118118
</url>
119119

120120
<url>
@@ -194,7 +194,7 @@
194194

195195
<url>
196196
<loc>https://googlecontainertools.github.io/kpt/guides/consumer/substitute/</loc>
197-
<lastmod>2020-06-15T20:34:10-07:00</lastmod>
197+
<lastmod>2020-06-18T21:48:53-07:00</lastmod>
198198
</url>
199199

200200
<url>
@@ -309,7 +309,7 @@
309309

310310
<url>
311311
<loc>https://googlecontainertools.github.io/kpt/reference/pkg/get/</loc>
312-
<lastmod>2020-03-22T23:09:14-07:00</lastmod>
312+
<lastmod>2020-06-18T21:48:53-07:00</lastmod>
313313
</url>
314314

315315
<url>

0 commit comments

Comments
 (0)