Update swagger and OpenAPI spec

This commit is contained in:
mbohlool
2017-07-20 22:54:29 -07:00
parent 61ba8ca0bc
commit 75c474d4bc
15 changed files with 154 additions and 154 deletions

View File

@@ -2735,7 +2735,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div>
</div>
<div class="sect2">
<h3 id="_create_rollback_of_a_deploymentrollback">create rollback of a DeploymentRollback</h3>
<h3 id="_create_rollback_of_a_deployment">create rollback of a Deployment</h3>
<div class="listingblock">
<div class="content">
<pre>POST /apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}/rollback</pre>
@@ -2862,7 +2862,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div>
</div>
<div class="sect2">
<h3 id="_read_scale_of_the_specified_scale">read scale of the specified Scale</h3>
<h3 id="_read_scale_of_the_specified_deployment">read scale of the specified Deployment</h3>
<div class="listingblock">
<div class="content">
<pre>GET /apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}/scale</pre>
@@ -2981,7 +2981,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div>
</div>
<div class="sect2">
<h3 id="_replace_scale_of_the_specified_scale">replace scale of the specified Scale</h3>
<h3 id="_replace_scale_of_the_specified_deployment">replace scale of the specified Deployment</h3>
<div class="listingblock">
<div class="content">
<pre>PUT /apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}/scale</pre>
@@ -3108,7 +3108,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div>
</div>
<div class="sect2">
<h3 id="_partially_update_scale_of_the_specified_scale">partially update scale of the specified Scale</h3>
<h3 id="_partially_update_scale_of_the_specified_deployment">partially update scale of the specified Deployment</h3>
<div class="listingblock">
<div class="content">
<pre>PATCH /apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}/scale</pre>