Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ran build/versionize-docs.sh #16471

Merged
merged 1 commit into from
Oct 29, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 9 additions & 2 deletions docs/api-reference/extensions/v1beta1/definitions.html
Original file line number Diff line number Diff line change
Expand Up @@ -1838,7 +1838,14 @@ <h3 id="_v1_container">v1.Container</h3>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">stdin</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Whether this container should allocate a buffer for stdin in the container runtime. Default is false.</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false.</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">boolean</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">stdinOnce</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">boolean</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
Expand Down Expand Up @@ -4165,7 +4172,7 @@ <h3 id="_any">any</h3>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2015-10-27 00:35:25 UTC
Last updated 2015-10-29 00:05:23 UTC
</div>
</div>
</body>
Expand Down
24 changes: 12 additions & 12 deletions docs/api-reference/extensions/v1beta1/operations.html
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ <h4 id="_tags_2">Tags</h4>
<h3 id="_list_or_watch_objects_of_kind_ingress">list or watch objects of kind Ingress</h3>
<div class="listingblock">
<div class="content">
<pre>GET /apis/extensions/v1beta1/ingress</pre>
<pre>GET /apis/extensions/v1beta1/ingresses</pre>
</div>
</div>
<div class="sect3">
Expand Down Expand Up @@ -1674,7 +1674,7 @@ <h4 id="_tags_11">Tags</h4>
<h3 id="_list_or_watch_objects_of_kind_ingress_2">list or watch objects of kind Ingress</h3>
<div class="listingblock">
<div class="content">
<pre>GET /apis/extensions/v1beta1/namespaces/{namespace}/ingress</pre>
<pre>GET /apis/extensions/v1beta1/namespaces/{namespace}/ingresses</pre>
</div>
</div>
<div class="sect3">
Expand Down Expand Up @@ -1811,7 +1811,7 @@ <h4 id="_tags_12">Tags</h4>
<h3 id="_create_a_ingress">create a Ingress</h3>
<div class="listingblock">
<div class="content">
<pre>POST /apis/extensions/v1beta1/namespaces/{namespace}/ingress</pre>
<pre>POST /apis/extensions/v1beta1/namespaces/{namespace}/ingresses</pre>
</div>
</div>
<div class="sect3">
Expand Down Expand Up @@ -1924,7 +1924,7 @@ <h4 id="_tags_13">Tags</h4>
<h3 id="_read_the_specified_ingress">read the specified Ingress</h3>
<div class="listingblock">
<div class="content">
<pre>GET /apis/extensions/v1beta1/namespaces/{namespace}/ingress/{name}</pre>
<pre>GET /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}</pre>
</div>
</div>
<div class="sect3">
Expand Down Expand Up @@ -2037,7 +2037,7 @@ <h4 id="_tags_14">Tags</h4>
<h3 id="_replace_the_specified_ingress">replace the specified Ingress</h3>
<div class="listingblock">
<div class="content">
<pre>PUT /apis/extensions/v1beta1/namespaces/{namespace}/ingress/{name}</pre>
<pre>PUT /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}</pre>
</div>
</div>
<div class="sect3">
Expand Down Expand Up @@ -2158,7 +2158,7 @@ <h4 id="_tags_15">Tags</h4>
<h3 id="_delete_a_ingress">delete a Ingress</h3>
<div class="listingblock">
<div class="content">
<pre>DELETE /apis/extensions/v1beta1/namespaces/{namespace}/ingress/{name}</pre>
<pre>DELETE /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}</pre>
</div>
</div>
<div class="sect3">
Expand Down Expand Up @@ -2279,7 +2279,7 @@ <h4 id="_tags_16">Tags</h4>
<h3 id="_partially_update_the_specified_ingress">partially update the specified Ingress</h3>
<div class="listingblock">
<div class="content">
<pre>PATCH /apis/extensions/v1beta1/namespaces/{namespace}/ingress/{name}</pre>
<pre>PATCH /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}</pre>
</div>
</div>
<div class="sect3">
Expand Down Expand Up @@ -2406,7 +2406,7 @@ <h4 id="_tags_17">Tags</h4>
<h3 id="_replace_status_of_the_specified_ingress">replace status of the specified Ingress</h3>
<div class="listingblock">
<div class="content">
<pre>PUT /apis/extensions/v1beta1/namespaces/{namespace}/ingress/{name}/status</pre>
<pre>PUT /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}/status</pre>
</div>
</div>
<div class="sect3">
Expand Down Expand Up @@ -3870,7 +3870,7 @@ <h4 id="_tags_29">Tags</h4>
<h3 id="_watch_individual_changes_to_a_list_of_ingress">watch individual changes to a list of Ingress</h3>
<div class="listingblock">
<div class="content">
<pre>GET /apis/extensions/v1beta1/watch/ingress</pre>
<pre>GET /apis/extensions/v1beta1/watch/ingresses</pre>
</div>
</div>
<div class="sect3">
Expand Down Expand Up @@ -4410,7 +4410,7 @@ <h4 id="_tags_33">Tags</h4>
<h3 id="_watch_individual_changes_to_a_list_of_ingress_2">watch individual changes to a list of Ingress</h3>
<div class="listingblock">
<div class="content">
<pre>GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/ingress</pre>
<pre>GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/ingresses</pre>
</div>
</div>
<div class="sect3">
Expand Down Expand Up @@ -4547,7 +4547,7 @@ <h4 id="_tags_34">Tags</h4>
<h3 id="_watch_changes_to_an_object_of_kind_ingress">watch changes to an object of kind Ingress</h3>
<div class="listingblock">
<div class="content">
<pre>GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/ingress/{name}</pre>
<pre>GET /apis/extensions/v1beta1/watch/namespaces/{namespace}/ingresses/{name}</pre>
</div>
</div>
<div class="sect3">
Expand Down Expand Up @@ -4975,7 +4975,7 @@ <h4 id="_tags_37">Tags</h4>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2015-10-27 00:35:25 UTC
Last updated 2015-10-29 00:05:23 UTC
</div>
</div>
</body>
Expand Down
11 changes: 9 additions & 2 deletions docs/api-reference/v1/definitions.html
Original file line number Diff line number Diff line change
Expand Up @@ -4677,7 +4677,14 @@ <h3 id="_v1_container">v1.Container</h3>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">stdin</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Whether this container should allocate a buffer for stdin in the container runtime. Default is false.</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false.</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">boolean</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">stdinOnce</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">boolean</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
Expand Down Expand Up @@ -6784,7 +6791,7 @@ <h3 id="_any">any</h3>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2015-10-27 00:35:19 UTC
Last updated 2015-10-29 00:05:16 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/api-reference/v1/operations.html
Original file line number Diff line number Diff line change
Expand Up @@ -23289,7 +23289,7 @@ <h4 id="_tags_187">Tags</h4>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2015-10-27 00:35:19 UTC
Last updated 2015-10-29 00:05:16 UTC
</div>
</div>
</body>
Expand Down
35 changes: 7 additions & 28 deletions docs/user-guide/deployments.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,5 @@
<!-- BEGIN MUNGE: UNVERSIONED_WARNING -->

<!-- BEGIN STRIP_FOR_RELEASE -->

<img src="http://kubernetes.io/img/warning.png" alt="WARNING"
width="25" height="25">
<img src="http://kubernetes.io/img/warning.png" alt="WARNING"
width="25" height="25">
<img src="http://kubernetes.io/img/warning.png" alt="WARNING"
width="25" height="25">
<img src="http://kubernetes.io/img/warning.png" alt="WARNING"
width="25" height="25">
<img src="http://kubernetes.io/img/warning.png" alt="WARNING"
width="25" height="25">

<h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2>

If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.

<strong>
The latest 1.0.x release of this document can be found
[here](http://releases.k8s.io/release-1.0/docs/user-guide/deployments.md).

Documentation for other releases can be found at
[releases.k8s.io](http://releases.k8s.io).
</strong>
--

<!-- END STRIP_FOR_RELEASE -->

<!-- END MUNGE: UNVERSIONED_WARNING -->

Expand Down Expand Up @@ -401,6 +373,13 @@ Note: This is not implemented yet.
But deployments is declarative and is server side.




<!-- BEGIN MUNGE: IS_VERSIONED -->
<!-- TAG IS_VERSIONED -->
<!-- END MUNGE: IS_VERSIONED -->


<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/docs/user-guide/deployments.md?pixel)]()
<!-- END MUNGE: GENERATED_ANALYTICS -->
35 changes: 7 additions & 28 deletions docs/user-guide/horizontal-pod-autoscaler.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,5 @@
<!-- BEGIN MUNGE: UNVERSIONED_WARNING -->

<!-- BEGIN STRIP_FOR_RELEASE -->

<img src="http://kubernetes.io/img/warning.png" alt="WARNING"
width="25" height="25">
<img src="http://kubernetes.io/img/warning.png" alt="WARNING"
width="25" height="25">
<img src="http://kubernetes.io/img/warning.png" alt="WARNING"
width="25" height="25">
<img src="http://kubernetes.io/img/warning.png" alt="WARNING"
width="25" height="25">
<img src="http://kubernetes.io/img/warning.png" alt="WARNING"
width="25" height="25">

<h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2>

If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.

<strong>
The latest 1.0.x release of this document can be found
[here](http://releases.k8s.io/release-1.0/docs/user-guide/horizontal-pod-autoscaler.md).

Documentation for other releases can be found at
[releases.k8s.io](http://releases.k8s.io).
</strong>
--

<!-- END STRIP_FOR_RELEASE -->

<!-- END MUNGE: UNVERSIONED_WARNING -->

Expand Down Expand Up @@ -122,6 +94,13 @@ the horizontal pod autoscaler will not be bound to the new replication controlle





<!-- BEGIN MUNGE: IS_VERSIONED -->
<!-- TAG IS_VERSIONED -->
<!-- END MUNGE: IS_VERSIONED -->


<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/docs/user-guide/horizontal-pod-autoscaler.md?pixel)]()
<!-- END MUNGE: GENERATED_ANALYTICS -->
35 changes: 7 additions & 28 deletions docs/user-guide/ingress.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,5 @@
<!-- BEGIN MUNGE: UNVERSIONED_WARNING -->

<!-- BEGIN STRIP_FOR_RELEASE -->

<img src="http://kubernetes.io/img/warning.png" alt="WARNING"
width="25" height="25">
<img src="http://kubernetes.io/img/warning.png" alt="WARNING"
width="25" height="25">
<img src="http://kubernetes.io/img/warning.png" alt="WARNING"
width="25" height="25">
<img src="http://kubernetes.io/img/warning.png" alt="WARNING"
width="25" height="25">
<img src="http://kubernetes.io/img/warning.png" alt="WARNING"
width="25" height="25">

<h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2>

If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.

<strong>
The latest 1.0.x release of this document can be found
[here](http://releases.k8s.io/release-1.0/docs/user-guide/ingress.md).

Documentation for other releases can be found at
[releases.k8s.io](http://releases.k8s.io).
</strong>
--

<!-- END STRIP_FOR_RELEASE -->

<!-- END MUNGE: UNVERSIONED_WARNING -->

Expand Down Expand Up @@ -305,6 +277,13 @@ You can expose a Service in multiple ways that don't directly involve the Ingres
* Deploy the [Service loadbalancer](https://github.com/kubernetes/contrib/tree/master/service-loadbalancer). This allows you to share a single IP among multiple Services and achieve more advanced loadbalancing through Service Annotations.




<!-- BEGIN MUNGE: IS_VERSIONED -->
<!-- TAG IS_VERSIONED -->
<!-- END MUNGE: IS_VERSIONED -->


<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/docs/user-guide/ingress.md?pixel)]()
<!-- END MUNGE: GENERATED_ANALYTICS -->
35 changes: 7 additions & 28 deletions docs/user-guide/jobs.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,5 @@
<!-- BEGIN MUNGE: UNVERSIONED_WARNING -->

<!-- BEGIN STRIP_FOR_RELEASE -->

<img src="http://kubernetes.io/img/warning.png" alt="WARNING"
width="25" height="25">
<img src="http://kubernetes.io/img/warning.png" alt="WARNING"
width="25" height="25">
<img src="http://kubernetes.io/img/warning.png" alt="WARNING"
width="25" height="25">
<img src="http://kubernetes.io/img/warning.png" alt="WARNING"
width="25" height="25">
<img src="http://kubernetes.io/img/warning.png" alt="WARNING"
width="25" height="25">

<h2>PLEASE NOTE: This document applies to the HEAD of the source tree</h2>

If you are using a released version of Kubernetes, you should
refer to the docs that go with that version.

<strong>
The latest 1.0.x release of this document can be found
[here](http://releases.k8s.io/release-1.0/docs/user-guide/jobs.md).

Documentation for other releases can be found at
[releases.k8s.io](http://releases.k8s.io).
</strong>
--

<!-- END STRIP_FOR_RELEASE -->

<!-- END MUNGE: UNVERSIONED_WARNING -->

Expand Down Expand Up @@ -259,6 +231,13 @@ similar functionality will be supported.
Support for creating Jobs at specified times/dates (i.e. cron) is expected in the next minor
release.



<!-- BEGIN MUNGE: IS_VERSIONED -->
<!-- TAG IS_VERSIONED -->
<!-- END MUNGE: IS_VERSIONED -->


<!-- BEGIN MUNGE: GENERATED_ANALYTICS -->
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/docs/user-guide/jobs.md?pixel)]()
<!-- END MUNGE: GENERATED_ANALYTICS -->