auto generated

This commit is contained in:
Kenneth Owens
2017-09-01 14:30:53 -07:00
parent e71f999d5c
commit 5d9748bc2b
12 changed files with 45 additions and 33 deletions

View File

@@ -1808,7 +1808,7 @@ When an object is created, the system will populate this list with the current s
<div class="sect2">
<h3 id="_v1beta1_deployment">v1beta1.Deployment</h3>
<div class="paragraph">
<p>Deployment enables declarative updates for Pods and ReplicaSets.</p>
<p>DEPRECATED - This group version of Deployment is deprecated by apps/v1beta2/Deployment. See the release notes for more information. Deployment enables declarative updates for Pods and ReplicaSets.</p>
</div>
<table class="tableblock frame-all grid-all" style="width:100%; ">
<colgroup>
@@ -2921,7 +2921,7 @@ When an object is created, the system will populate this list with the current s
<div class="sect2">
<h3 id="_v1beta1_statefulset">v1beta1.StatefulSet</h3>
<div class="paragraph">
<p>StatefulSet represents a set of pods with consistent identities. Identities are defined as:<br>
<p>DEPRECATED - This group version of StatefulSet is deprecated by apps/v1beta2/StatefulSet. See the release notes for more information. StatefulSet represents a set of pods with consistent identities. Identities are defined as:<br>
- Network: A single stable DNS and hostname.<br>
- Storage: As many VolumeClaims as requested.<br>
The StatefulSet guarantees that a given network identity will always map to the same storage identity.</p>
@@ -4258,7 +4258,7 @@ Examples:<br>
<div class="sect2">
<h3 id="_v1beta1_controllerrevision">v1beta1.ControllerRevision</h3>
<div class="paragraph">
<p>ControllerRevision implements an immutable snapshot of state data. Clients are responsible for serializing and deserializing the objects that contain their internal state. Once a ControllerRevision has been successfully created, it can not be updated. The API Server will fail validation of all requests that attempt to mutate the Data field. ControllerRevisions may, however, be deleted. Note that, due to its use by both the DaemonSet and StatefulSet controllers for update and rollback, this object is beta. However, it may be subject to name and representation changes in future releases, and clients should not depend on its stability. It is primarily for internal use by controllers.</p>
<p>DEPRECATED - This group version of ControllerRevision is deprecated by apps/v1beta2/ControllerRevision. See the release notes for more information. ControllerRevision implements an immutable snapshot of state data. Clients are responsible for serializing and deserializing the objects that contain their internal state. Once a ControllerRevision has been successfully created, it can not be updated. The API Server will fail validation of all requests that attempt to mutate the Data field. ControllerRevisions may, however, be deleted. Note that, due to its use by both the DaemonSet and StatefulSet controllers for update and rollback, this object is beta. However, it may be subject to name and representation changes in future releases, and clients should not depend on its stability. It is primarily for internal use by controllers.</p>
</div>
<table class="tableblock frame-all grid-all" style="width:100%; ">
<colgroup>