Skip to content

Commit

Permalink
Regenerate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
prachirp committed Jun 30, 2020
1 parent 3dbdf87 commit eeeb7f8
Show file tree
Hide file tree
Showing 38 changed files with 1,941 additions and 8 deletions.
15 changes: 15 additions & 0 deletions docs/guides/consumer/function/catalog/catalog/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@
"type": "source",
"toolchain": "../../../producer/functions/golang"
},
{
"image": "lyft/kustomizer:v3.3.0",
"args": "kustomize build [...]",
"source": "https://github.com/lyft/kustomizer/blob/master/Dockerfile",
"description": "Run kustomize to build configuration",
"type": "source"
},
{
"image": "gcr.io/kpt-dev/kpt",
"args": "fn sink",
Expand Down Expand Up @@ -65,11 +72,19 @@
"demo": true,
"toolchain": "../../../producer/functions/ts"
},
{
"image": "gcr.io/kpt-functions/kubeval",
"source": "https://github.com/GoogleContainerTools/kpt-functions-catalog/blob/master/functions/ts/src/kubeval.ts",
"description": "Validates configuration using kubeval.",
"type": "validator",
"toolchain": "../../../producer/functions/ts"
},
{
"image": "gcr.io/kustomize-functions/example-validator-kubeval",
"source": "https://github.com/kubernetes-sigs/kustomize/blob/master/functions/examples/validator-kubeval/image/main.go",
"description": "Validates that all containers have cpu and memory reservations set.",
"type": "validator",
"demo": true,
"toolchain": "../../../producer/functions/golang"
},
{
Expand Down
18 changes: 16 additions & 2 deletions docs/guides/consumer/function/catalog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -979,6 +979,13 @@ <h2 id="sources">Sources</h2>
<td><a href="https://github.com/kubernetes-sigs/kustomize/blob/master/functions/examples/application-cr/image/main.go">Link</a></td>
<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></td>
</tr>
</tbody>
</table>
<h2 id="sinks">Sinks</h2>
Expand Down Expand Up @@ -1044,9 +1051,16 @@ <h2 id="validators">Validators</h2>
<td><a href="../../../producer/functions/ts">SDK</a></td>
</tr>
<tr>
<td>gcr.io/kpt-functions/kubeval</td>
<td></td>
<td>Validates configuration using kubeval.</td>
<td><a href="https://github.com/GoogleContainerTools/kpt-functions-catalog/blob/master/functions/ts/src/kubeval.ts">Link</a></td>
<td><a href="../../../producer/functions/ts">SDK</a></td>
</tr>
<tr>
<td>gcr.io/kustomize-functions/example-validator-kubeval</td>
<td></td>
<td>Validates that all containers have cpu and memory reservations set.</td>
<td>[Demo] Validates that all containers have cpu and memory reservations set.</td>
<td><a href="https://github.com/kubernetes-sigs/kustomize/blob/master/functions/examples/validator-kubeval/image/main.go">Link</a></td>
<td><a href="../../../producer/functions/golang">SDK</a></td>
</tr>
Expand Down Expand Up @@ -1281,7 +1295,7 @@ <h5>



<div class="text-muted mt-5 pt-3 border-top">Last modified June 24, 2020: <a href="https://github.com/GoogleContainerTools/kpt/commit/58c7dec1dea573854cc74942007cc7106045de62">Rename kpt function to config function (58c7dec1)</a>
<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>
</div>

Expand Down
16 changes: 15 additions & 1 deletion docs/guides/consumer/function/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,13 @@ DO NOT EDIT. Generated by: &#34;cd catalog; npm run gen-docs&#34;
&lt;td&gt;&lt;a href=&#34;https://github.com/kubernetes-sigs/kustomize/blob/master/functions/examples/application-cr/image/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;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;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;sinks&#34;&gt;Sinks&lt;/h2&gt;
Expand Down Expand Up @@ -204,9 +211,16 @@ DO NOT EDIT. Generated by: &#34;cd catalog; npm run gen-docs&#34;
&lt;td&gt;&lt;a href=&#34;../../../producer/functions/ts&#34;&gt;SDK&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;gcr.io/kpt-functions/kubeval&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;Validates configuration using kubeval.&lt;/td&gt;
&lt;td&gt;&lt;a href=&#34;https://github.com/GoogleContainerTools/kpt-functions-catalog/blob/master/functions/ts/src/kubeval.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;tr&gt;
&lt;td&gt;gcr.io/kustomize-functions/example-validator-kubeval&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;Validates that all containers have cpu and memory reservations set.&lt;/td&gt;
&lt;td&gt;[Demo] Validates that all containers have cpu and memory reservations set.&lt;/td&gt;
&lt;td&gt;&lt;a href=&#34;https://github.com/kubernetes-sigs/kustomize/blob/master/functions/examples/validator-kubeval/image/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;
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/consumer/set/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,7 @@ <h5 id="output-2">Output</h5>



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

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/producer/functions/exec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,7 @@ <h2 id="next-steps">Next Steps</h2>



<div class="text-muted mt-5 pt-3 border-top">Last modified May 6, 2020: <a href="https://github.com/GoogleContainerTools/kpt/commit/3c44ea84504f5a8562da759510ecbdf5c955439d">Update functions docs for writing go functions (3c44ea84)</a>
<div class="text-muted mt-5 pt-3 border-top">Last modified June 26, 2020: <a href="https://github.com/GoogleContainerTools/kpt/commit/fe5b3709a0d20fb7f4fa63e4f074bacf4bd28d0f">Document typescript function exec runtime example (fe5b3709)</a>
</div>
</div>

Expand Down
25 changes: 25 additions & 0 deletions docs/reference/cfg/annotate/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,29 @@



<ul class="td-sidebar-nav__section pr-md-3">
<li class="td-sidebar-nav__section-title">
<a href="/kpt/reference/fn/export/" class="align-left pl-0 pr-2 collapsed td-sidebar-link td-sidebar-link__section">export</a>
</li>
<ul>
<li class="collapse " id="kptreferencefnexport">



</li>
</ul>
</ul>











<ul class="td-sidebar-nav__section pr-md-3">
<li class="td-sidebar-nav__section-title">
<a href="/kpt/reference/fn/run/" class="align-left pl-0 pr-2 collapsed td-sidebar-link td-sidebar-link__section">run</a>
Expand Down Expand Up @@ -1035,6 +1058,8 @@ <h3 id="synopsis">Synopsis</h3>








Expand Down
25 changes: 25 additions & 0 deletions docs/reference/cfg/cat/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,29 @@



<ul class="td-sidebar-nav__section pr-md-3">
<li class="td-sidebar-nav__section-title">
<a href="/kpt/reference/fn/export/" class="align-left pl-0 pr-2 collapsed td-sidebar-link td-sidebar-link__section">export</a>
</li>
<ul>
<li class="collapse " id="kptreferencefnexport">



</li>
</ul>
</ul>











<ul class="td-sidebar-nav__section pr-md-3">
<li class="td-sidebar-nav__section-title">
<a href="/kpt/reference/fn/run/" class="align-left pl-0 pr-2 collapsed td-sidebar-link td-sidebar-link__section">run</a>
Expand Down Expand Up @@ -1013,6 +1036,8 @@ <h3 id="synopsis">Synopsis</h3>








Expand Down
25 changes: 25 additions & 0 deletions docs/reference/cfg/count/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,29 @@



<ul class="td-sidebar-nav__section pr-md-3">
<li class="td-sidebar-nav__section-title">
<a href="/kpt/reference/fn/export/" class="align-left pl-0 pr-2 collapsed td-sidebar-link td-sidebar-link__section">export</a>
</li>
<ul>
<li class="collapse " id="kptreferencefnexport">



</li>
</ul>
</ul>











<ul class="td-sidebar-nav__section pr-md-3">
<li class="td-sidebar-nav__section-title">
<a href="/kpt/reference/fn/run/" class="align-left pl-0 pr-2 collapsed td-sidebar-link td-sidebar-link__section">run</a>
Expand Down Expand Up @@ -1012,6 +1035,8 @@ <h3 id="synopsis">Synopsis</h3>








Expand Down
25 changes: 25 additions & 0 deletions docs/reference/cfg/create-setter/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,29 @@



<ul class="td-sidebar-nav__section pr-md-3">
<li class="td-sidebar-nav__section-title">
<a href="/kpt/reference/fn/export/" class="align-left pl-0 pr-2 collapsed td-sidebar-link td-sidebar-link__section">export</a>
</li>
<ul>
<li class="collapse " id="kptreferencefnexport">



</li>
</ul>
</ul>











<ul class="td-sidebar-nav__section pr-md-3">
<li class="td-sidebar-nav__section-title">
<a href="/kpt/reference/fn/run/" class="align-left pl-0 pr-2 collapsed td-sidebar-link td-sidebar-link__section">run</a>
Expand Down Expand Up @@ -1046,6 +1069,8 @@ <h3 id="synopsis">Synopsis</h3>








Expand Down
25 changes: 25 additions & 0 deletions docs/reference/cfg/create-subst/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,29 @@



<ul class="td-sidebar-nav__section pr-md-3">
<li class="td-sidebar-nav__section-title">
<a href="/kpt/reference/fn/export/" class="align-left pl-0 pr-2 collapsed td-sidebar-link td-sidebar-link__section">export</a>
</li>
<ul>
<li class="collapse " id="kptreferencefnexport">



</li>
</ul>
</ul>











<ul class="td-sidebar-nav__section pr-md-3">
<li class="td-sidebar-nav__section-title">
<a href="/kpt/reference/fn/run/" class="align-left pl-0 pr-2 collapsed td-sidebar-link td-sidebar-link__section">run</a>
Expand Down Expand Up @@ -1062,6 +1085,8 @@ <h3 id="synopsis">Synopsis</h3>








Expand Down
25 changes: 25 additions & 0 deletions docs/reference/cfg/fmt/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,29 @@



<ul class="td-sidebar-nav__section pr-md-3">
<li class="td-sidebar-nav__section-title">
<a href="/kpt/reference/fn/export/" class="align-left pl-0 pr-2 collapsed td-sidebar-link td-sidebar-link__section">export</a>
</li>
<ul>
<li class="collapse " id="kptreferencefnexport">



</li>
</ul>
</ul>











<ul class="td-sidebar-nav__section pr-md-3">
<li class="td-sidebar-nav__section-title">
<a href="/kpt/reference/fn/run/" class="align-left pl-0 pr-2 collapsed td-sidebar-link td-sidebar-link__section">run</a>
Expand Down Expand Up @@ -1037,6 +1060,8 @@ <h3 id="synopsis">Synopsis</h3>








Expand Down
25 changes: 25 additions & 0 deletions docs/reference/cfg/grep/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,29 @@



<ul class="td-sidebar-nav__section pr-md-3">
<li class="td-sidebar-nav__section-title">
<a href="/kpt/reference/fn/export/" class="align-left pl-0 pr-2 collapsed td-sidebar-link td-sidebar-link__section">export</a>
</li>
<ul>
<li class="collapse " id="kptreferencefnexport">



</li>
</ul>
</ul>











<ul class="td-sidebar-nav__section pr-md-3">
<li class="td-sidebar-nav__section-title">
<a href="/kpt/reference/fn/run/" class="align-left pl-0 pr-2 collapsed td-sidebar-link td-sidebar-link__section">run</a>
Expand Down Expand Up @@ -1031,6 +1054,8 @@ <h3 id="synopsis">Synopsis</h3>








Expand Down
Loading

0 comments on commit eeeb7f8

Please sign in to comment.