Skip to content

Commit

Permalink
Regenerate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
prachirp committed Jul 1, 2020
1 parent b8a7edc commit 8e1a71c
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 18 deletions.
15 changes: 11 additions & 4 deletions docs/guides/consumer/function/catalog/catalog/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"toolchain": "../../../producer/functions/golang"
},
{
"image": "lyft/kustomizer:v3.3.0",
"args": "kustomize build [...]",
"source": "https://github.com/lyft/kustomizer/blob/master/Dockerfile",
"image": "gcr.io/kpt-functions/kustomize-build",
"source": "https://github.com/GoogleContainerTools/kpt-functions-catalog/blob/master/functions/ts/src/kustomize_build.ts",
"description": "Run kustomize to build configuration",
"type": "source"
"type": "source",
"toolchain": "../../../producer/functions/ts"
},
{
"image": "gcr.io/kpt-dev/kpt",
Expand Down Expand Up @@ -117,6 +117,13 @@
"type": "transformer",
"toolchain": "../../../producer/functions/starlark"
},
{
"image": "gcr.io/kpt-functions/set-namespace",
"source": "https://github.com/GoogleContainerTools/kpt-functions-catalog/blob/master/functions/go/set-namespace/main.go",
"description": "Sets the namespace field of all configs passed in.",
"type": "transformer",
"toolchain": "../../../producer/functions/golang"
},
{
"image": "gcr.io/kubeflow-images-public/kustomize-fns/remove-namespace",
"source": "https://github.com/kubeflow/kfctl/blob/master/kustomize-fns/remove-namespace/main.go",
Expand Down
17 changes: 12 additions & 5 deletions docs/guides/consumer/function/catalog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -980,11 +980,11 @@ <h2 id="sources">Sources</h2>
<td><a href="../../../producer/functions/golang">SDK</a></td>
</tr>
<tr>
<td>lyft/kustomizer:v3.3.0</td>
<td>kustomize build [&hellip;]</td>
<td>Run kustomize to build configuration</td>
<td><a href="https://github.com/lyft/kustomizer/blob/master/Dockerfile">Link</a></td>
<td>gcr.io/kpt-functions/kustomize-build</td>
<td></td>
<td>Run kustomize to build configuration</td>
<td><a href="https://github.com/GoogleContainerTools/kpt-functions-catalog/blob/master/functions/ts/src/kustomize_build.ts">Link</a></td>
<td><a href="../../../producer/functions/ts">SDK</a></td>
</tr>
</tbody>
</table>
Expand Down Expand Up @@ -1149,6 +1149,13 @@ <h2 id="transformers">Transformers</h2>
<td><a href="../../../producer/functions/starlark">SDK</a></td>
</tr>
<tr>
<td>gcr.io/kpt-functions/set-namespace</td>
<td></td>
<td>Sets the namespace field of all configs passed in.</td>
<td><a href="https://github.com/GoogleContainerTools/kpt-functions-catalog/blob/master/functions/go/set-namespace/main.go">Link</a></td>
<td><a href="../../../producer/functions/golang">SDK</a></td>
</tr>
<tr>
<td>gcr.io/kubeflow-images-public/kustomize-fns/remove-namespace</td>
<td></td>
<td>Removes the namespace field of cluster-scoped configs.</td>
Expand Down Expand Up @@ -1295,7 +1302,7 @@ <h5>



<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>
<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>
</div>
</div>

Expand Down
15 changes: 11 additions & 4 deletions docs/guides/consumer/function/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,11 @@ DO NOT EDIT. Generated by: &#34;cd catalog; npm run gen-docs&#34;
&lt;td&gt;&lt;a href=&#34;../../../producer/functions/golang&#34;&gt;SDK&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;lyft/kustomizer:v3.3.0&lt;/td&gt;
&lt;td&gt;kustomize build [&amp;hellip;]&lt;/td&gt;
&lt;td&gt;Run kustomize to build configuration&lt;/td&gt;
&lt;td&gt;&lt;a href=&#34;https://github.com/lyft/kustomizer/blob/master/Dockerfile&#34;&gt;Link&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;gcr.io/kpt-functions/kustomize-build&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;Run kustomize to build configuration&lt;/td&gt;
&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;
&lt;td&gt;&lt;a href=&#34;../../../producer/functions/ts&#34;&gt;SDK&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
Expand Down Expand Up @@ -309,6 +309,13 @@ DO NOT EDIT. Generated by: &#34;cd catalog; npm run gen-docs&#34;
&lt;td&gt;&lt;a href=&#34;../../../producer/functions/starlark&#34;&gt;SDK&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;gcr.io/kpt-functions/set-namespace&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;Sets the namespace field of all configs passed in.&lt;/td&gt;
&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;
&lt;td&gt;&lt;a href=&#34;../../../producer/functions/golang&#34;&gt;SDK&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;gcr.io/kubeflow-images-public/kustomize-fns/remove-namespace&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;Removes the namespace field of cluster-scoped configs.&lt;/td&gt;
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/fn/export/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,7 @@ <h3 id="synopsis">Synopsis</h3>
<pre><code>kpt fn export ORCHESTRATOR DIR/ [--fn-path FUNCTIONS_DIR/] [--output OUTPUT_FILENAME]

ORCHESTRATOR:
`github-actions` is currently the only supported workflow orchestrator.
Supported orchestrators are github-actions, and cloud-build.
DIR:
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.
</code></pre><!--mdtogo-->
Expand Down Expand Up @@ -1017,7 +1017,7 @@ <h3 id="synopsis">Synopsis</h3>



<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>
<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>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/fn/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ kpt fn &lt;span style=&#34;color:#204a87&#34;&gt;export&lt;/span&gt; github-acti
&lt;pre&gt;&lt;code&gt;kpt fn export ORCHESTRATOR DIR/ [--fn-path FUNCTIONS_DIR/] [--output OUTPUT_FILENAME]

ORCHESTRATOR:
`github-actions` is currently the only supported workflow orchestrator.
Supported orchestrators are github-actions, and cloud-build.
DIR:
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.
&lt;/code&gt;&lt;/pre&gt;&lt;!--mdtogo--&gt;
Expand Down
4 changes: 2 additions & 2 deletions docs/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@

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

<url>
Expand Down Expand Up @@ -334,7 +334,7 @@

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

<url>
Expand Down

0 comments on commit 8e1a71c

Please sign in to comment.