Skip to content

Commit 8e1a71c

Browse files
committed
Regenerate docs
1 parent b8a7edc commit 8e1a71c

File tree

6 files changed

+39
-18
lines changed

6 files changed

+39
-18
lines changed

docs/guides/consumer/function/catalog/catalog/catalog.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
"toolchain": "../../../producer/functions/golang"
3030
},
3131
{
32-
"image": "lyft/kustomizer:v3.3.0",
33-
"args": "kustomize build [...]",
34-
"source": "https://github.com/lyft/kustomizer/blob/master/Dockerfile",
32+
"image": "gcr.io/kpt-functions/kustomize-build",
33+
"source": "https://github.com/GoogleContainerTools/kpt-functions-catalog/blob/master/functions/ts/src/kustomize_build.ts",
3534
"description": "Run kustomize to build configuration",
36-
"type": "source"
35+
"type": "source",
36+
"toolchain": "../../../producer/functions/ts"
3737
},
3838
{
3939
"image": "gcr.io/kpt-dev/kpt",
@@ -117,6 +117,13 @@
117117
"type": "transformer",
118118
"toolchain": "../../../producer/functions/starlark"
119119
},
120+
{
121+
"image": "gcr.io/kpt-functions/set-namespace",
122+
"source": "https://github.com/GoogleContainerTools/kpt-functions-catalog/blob/master/functions/go/set-namespace/main.go",
123+
"description": "Sets the namespace field of all configs passed in.",
124+
"type": "transformer",
125+
"toolchain": "../../../producer/functions/golang"
126+
},
120127
{
121128
"image": "gcr.io/kubeflow-images-public/kustomize-fns/remove-namespace",
122129
"source": "https://github.com/kubeflow/kfctl/blob/master/kustomize-fns/remove-namespace/main.go",

docs/guides/consumer/function/catalog/index.html

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -980,11 +980,11 @@ <h2 id="sources">Sources</h2>
980980
<td><a href="../../../producer/functions/golang">SDK</a></td>
981981
</tr>
982982
<tr>
983-
<td>lyft/kustomizer:v3.3.0</td>
984-
<td>kustomize build [&hellip;]</td>
985-
<td>Run kustomize to build configuration</td>
986-
<td><a href="https://github.com/lyft/kustomizer/blob/master/Dockerfile">Link</a></td>
983+
<td>gcr.io/kpt-functions/kustomize-build</td>
987984
<td></td>
985+
<td>Run kustomize to build configuration</td>
986+
<td><a href="https://github.com/GoogleContainerTools/kpt-functions-catalog/blob/master/functions/ts/src/kustomize_build.ts">Link</a></td>
987+
<td><a href="../../../producer/functions/ts">SDK</a></td>
988988
</tr>
989989
</tbody>
990990
</table>
@@ -1149,6 +1149,13 @@ <h2 id="transformers">Transformers</h2>
11491149
<td><a href="../../../producer/functions/starlark">SDK</a></td>
11501150
</tr>
11511151
<tr>
1152+
<td>gcr.io/kpt-functions/set-namespace</td>
1153+
<td></td>
1154+
<td>Sets the namespace field of all configs passed in.</td>
1155+
<td><a href="https://github.com/GoogleContainerTools/kpt-functions-catalog/blob/master/functions/go/set-namespace/main.go">Link</a></td>
1156+
<td><a href="../../../producer/functions/golang">SDK</a></td>
1157+
</tr>
1158+
<tr>
11521159
<td>gcr.io/kubeflow-images-public/kustomize-fns/remove-namespace</td>
11531160
<td></td>
11541161
<td>Removes the namespace field of cluster-scoped configs.</td>
@@ -1295,7 +1302,7 @@ <h5>
12951302

12961303

12971304

1298-
<div class="text-muted mt-5 pt-3 border-top">Last modified June 30, 2020: <a href="https://github.com/GoogleContainerTools/kpt/commit/3dbdf872e9fe0be48ad8a66494dc02a3dd754ff2">Docs: Update catalog with kustomize and kubeval (3dbdf872)</a>
1305+
<div class="text-muted mt-5 pt-3 border-top">Last modified July 1, 2020: <a href="https://github.com/GoogleContainerTools/kpt/commit/b8a7edca8be3eaad5a1ff3531fbaa02cdb2b576f">Docs: Update catalog with set-namespace go function (b8a7edca)</a>
12991306
</div>
13001307
</div>
13011308

docs/guides/consumer/function/index.xml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,11 @@ DO NOT EDIT. Generated by: &#34;cd catalog; npm run gen-docs&#34;
140140
&lt;td&gt;&lt;a href=&#34;../../../producer/functions/golang&#34;&gt;SDK&lt;/a&gt;&lt;/td&gt;
141141
&lt;/tr&gt;
142142
&lt;tr&gt;
143-
&lt;td&gt;lyft/kustomizer:v3.3.0&lt;/td&gt;
144-
&lt;td&gt;kustomize build [&amp;hellip;]&lt;/td&gt;
145-
&lt;td&gt;Run kustomize to build configuration&lt;/td&gt;
146-
&lt;td&gt;&lt;a href=&#34;https://github.com/lyft/kustomizer/blob/master/Dockerfile&#34;&gt;Link&lt;/a&gt;&lt;/td&gt;
143+
&lt;td&gt;gcr.io/kpt-functions/kustomize-build&lt;/td&gt;
147144
&lt;td&gt;&lt;/td&gt;
145+
&lt;td&gt;Run kustomize to build configuration&lt;/td&gt;
146+
&lt;td&gt;&lt;a href=&#34;https://github.com/GoogleContainerTools/kpt-functions-catalog/blob/master/functions/ts/src/kustomize_build.ts&#34;&gt;Link&lt;/a&gt;&lt;/td&gt;
147+
&lt;td&gt;&lt;a href=&#34;../../../producer/functions/ts&#34;&gt;SDK&lt;/a&gt;&lt;/td&gt;
148148
&lt;/tr&gt;
149149
&lt;/tbody&gt;
150150
&lt;/table&gt;
@@ -309,6 +309,13 @@ DO NOT EDIT. Generated by: &#34;cd catalog; npm run gen-docs&#34;
309309
&lt;td&gt;&lt;a href=&#34;../../../producer/functions/starlark&#34;&gt;SDK&lt;/a&gt;&lt;/td&gt;
310310
&lt;/tr&gt;
311311
&lt;tr&gt;
312+
&lt;td&gt;gcr.io/kpt-functions/set-namespace&lt;/td&gt;
313+
&lt;td&gt;&lt;/td&gt;
314+
&lt;td&gt;Sets the namespace field of all configs passed in.&lt;/td&gt;
315+
&lt;td&gt;&lt;a href=&#34;https://github.com/GoogleContainerTools/kpt-functions-catalog/blob/master/functions/go/set-namespace/main.go&#34;&gt;Link&lt;/a&gt;&lt;/td&gt;
316+
&lt;td&gt;&lt;a href=&#34;../../../producer/functions/golang&#34;&gt;SDK&lt;/a&gt;&lt;/td&gt;
317+
&lt;/tr&gt;
318+
&lt;tr&gt;
312319
&lt;td&gt;gcr.io/kubeflow-images-public/kustomize-fns/remove-namespace&lt;/td&gt;
313320
&lt;td&gt;&lt;/td&gt;
314321
&lt;td&gt;Removes the namespace field of cluster-scoped configs.&lt;/td&gt;

docs/reference/fn/export/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,7 @@ <h3 id="synopsis">Synopsis</h3>
940940
<pre><code>kpt fn export ORCHESTRATOR DIR/ [--fn-path FUNCTIONS_DIR/] [--output OUTPUT_FILENAME]
941941

942942
ORCHESTRATOR:
943-
`github-actions` is currently the only supported workflow orchestrator.
943+
Supported orchestrators are github-actions, and cloud-build.
944944
DIR:
945945
Path to a package directory. If you do not specify the --fn-path flag, this command will discover functions in DIR and run them against resources in it.
946946
</code></pre><!--mdtogo-->
@@ -1017,7 +1017,7 @@ <h3 id="synopsis">Synopsis</h3>
10171017

10181018

10191019

1020-
<div class="text-muted mt-5 pt-3 border-top">Last modified June 25, 2020: <a href="https://github.com/GoogleContainerTools/kpt/commit/631e977168815ffe69126fbd4b9ee470303c03b5">Add export command with GitHubActions support (631e9771)</a>
1020+
<div class="text-muted mt-5 pt-3 border-top">Last modified June 30, 2020: <a href="https://github.com/GoogleContainerTools/kpt/commit/945bdc4b9b347074203d4f2f609685423abf4fde">Support exporting Cloud Build pipelines (945bdc4b)</a>
10211021
</div>
10221022
</div>
10231023

docs/reference/fn/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ kpt fn &lt;span style=&#34;color:#204a87&#34;&gt;export&lt;/span&gt; github-acti
3939
&lt;pre&gt;&lt;code&gt;kpt fn export ORCHESTRATOR DIR/ [--fn-path FUNCTIONS_DIR/] [--output OUTPUT_FILENAME]
4040

4141
ORCHESTRATOR:
42-
`github-actions` is currently the only supported workflow orchestrator.
42+
Supported orchestrators are github-actions, and cloud-build.
4343
DIR:
4444
Path to a package directory. If you do not specify the --fn-path flag, this command will discover functions in DIR and run them against resources in it.
4545
&lt;/code&gt;&lt;/pre&gt;&lt;!--mdtogo--&gt;

docs/sitemap.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@
259259

260260
<url>
261261
<loc>https://googlecontainertools.github.io/kpt/guides/consumer/function/catalog/</loc>
262-
<lastmod>2020-06-30T18:25:26-04:00</lastmod>
262+
<lastmod>2020-07-01T19:23:18-04:00</lastmod>
263263
</url>
264264

265265
<url>
@@ -334,7 +334,7 @@
334334

335335
<url>
336336
<loc>https://googlecontainertools.github.io/kpt/reference/fn/export/</loc>
337-
<lastmod>2020-06-25T16:43:31+00:00</lastmod>
337+
<lastmod>2020-06-30T19:12:35+00:00</lastmod>
338338
</url>
339339

340340
<url>

0 commit comments

Comments
 (0)