From 75c474d4bcb538cda86d6b4273e2df1f9503a2ea Mon Sep 17 00:00:00 2001 From: mbohlool Date: Thu, 20 Jul 2017 22:54:29 -0700 Subject: [PATCH] Update swagger and OpenAPI spec --- api/openapi-spec/swagger.json | 92 +++++++++---------- api/swagger-spec/apps_v1beta1.json | 16 ++-- api/swagger-spec/apps_v1beta2.json | 16 ++-- api/swagger-spec/extensions_v1beta1.json | 40 ++++---- api/swagger-spec/v1.json | 20 ++-- .../apps/v1beta1/operations.html | 8 +- .../apps/v1beta2/definitions.html | 2 +- .../apps/v1beta2/operations.html | 10 +- .../extensions/v1beta1/operations.html | 20 ++-- .../v1alpha1/definitions.html | 2 +- .../v1alpha1/operations.html | 2 +- docs/api-reference/v1/operations.html | 10 +- federation/apis/openapi-spec/swagger.json | 28 +++--- .../apis/swagger-spec/extensions_v1beta1.json | 28 +++--- .../extensions/v1beta1/operations.html | 14 +-- 15 files changed, 154 insertions(+), 154 deletions(-) diff --git a/api/openapi-spec/swagger.json b/api/openapi-spec/swagger.json index 6d812c3652f..e82b35c6765 100644 --- a/api/openapi-spec/swagger.json +++ b/api/openapi-spec/swagger.json @@ -3813,7 +3813,7 @@ }, "/api/v1/namespaces/{namespace}/pods/{name}/binding": { "post": { - "description": "create binding of a Binding", + "description": "create binding of a Pod", "consumes": [ "*/*" ], @@ -3828,7 +3828,7 @@ "tags": [ "core_v1" ], - "operationId": "createCoreV1NamespacedBindingBinding", + "operationId": "createCoreV1NamespacedPodBinding", "parameters": [ { "name": "body", @@ -3885,7 +3885,7 @@ }, "/api/v1/namespaces/{namespace}/pods/{name}/eviction": { "post": { - "description": "create eviction of an Eviction", + "description": "create eviction of a Pod", "consumes": [ "*/*" ], @@ -3900,7 +3900,7 @@ "tags": [ "core_v1" ], - "operationId": "createCoreV1NamespacedEvictionEviction", + "operationId": "createCoreV1NamespacedPodEviction", "parameters": [ { "name": "body", @@ -5888,7 +5888,7 @@ }, "/api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale": { "get": { - "description": "read scale of the specified Scale", + "description": "read scale of the specified ReplicationController", "consumes": [ "*/*" ], @@ -5903,7 +5903,7 @@ "tags": [ "core_v1" ], - "operationId": "readCoreV1NamespacedScaleScale", + "operationId": "readCoreV1NamespacedReplicationControllerScale", "responses": { "200": { "description": "OK", @@ -5923,7 +5923,7 @@ } }, "put": { - "description": "replace scale of the specified Scale", + "description": "replace scale of the specified ReplicationController", "consumes": [ "*/*" ], @@ -5938,7 +5938,7 @@ "tags": [ "core_v1" ], - "operationId": "replaceCoreV1NamespacedScaleScale", + "operationId": "replaceCoreV1NamespacedReplicationControllerScale", "parameters": [ { "name": "body", @@ -5968,7 +5968,7 @@ } }, "patch": { - "description": "partially update scale of the specified Scale", + "description": "partially update scale of the specified ReplicationController", "consumes": [ "application/json-patch+json", "application/merge-patch+json", @@ -5985,7 +5985,7 @@ "tags": [ "core_v1" ], - "operationId": "patchCoreV1NamespacedScaleScale", + "operationId": "patchCoreV1NamespacedReplicationControllerScale", "parameters": [ { "name": "body", @@ -20501,7 +20501,7 @@ }, "/apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}/rollback": { "post": { - "description": "create rollback of a DeploymentRollback", + "description": "create rollback of a Deployment", "consumes": [ "*/*" ], @@ -20516,7 +20516,7 @@ "tags": [ "apps_v1beta1" ], - "operationId": "createAppsV1beta1NamespacedDeploymentRollbackRollback", + "operationId": "createAppsV1beta1NamespacedDeploymentRollback", "parameters": [ { "name": "body", @@ -20573,7 +20573,7 @@ }, "/apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}/scale": { "get": { - "description": "read scale of the specified Scale", + "description": "read scale of the specified Deployment", "consumes": [ "*/*" ], @@ -20588,7 +20588,7 @@ "tags": [ "apps_v1beta1" ], - "operationId": "readAppsV1beta1NamespacedScaleScale", + "operationId": "readAppsV1beta1NamespacedDeploymentScale", "responses": { "200": { "description": "OK", @@ -20608,7 +20608,7 @@ } }, "put": { - "description": "replace scale of the specified Scale", + "description": "replace scale of the specified Deployment", "consumes": [ "*/*" ], @@ -20623,7 +20623,7 @@ "tags": [ "apps_v1beta1" ], - "operationId": "replaceAppsV1beta1NamespacedScaleScale", + "operationId": "replaceAppsV1beta1NamespacedDeploymentScale", "parameters": [ { "name": "body", @@ -20653,7 +20653,7 @@ } }, "patch": { - "description": "partially update scale of the specified Scale", + "description": "partially update scale of the specified Deployment", "consumes": [ "application/json-patch+json", "application/merge-patch+json", @@ -20670,7 +20670,7 @@ "tags": [ "apps_v1beta1" ], - "operationId": "patchAppsV1beta1NamespacedScaleScale", + "operationId": "patchAppsV1beta1NamespacedDeploymentScale", "parameters": [ { "name": "body", @@ -23050,7 +23050,7 @@ }, "/apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}/rollback": { "post": { - "description": "create rollback of a DeploymentRollback", + "description": "create rollback of a Deployment", "consumes": [ "*/*" ], @@ -23065,7 +23065,7 @@ "tags": [ "apps_v1beta2" ], - "operationId": "createAppsV1beta2NamespacedDeploymentRollbackRollback", + "operationId": "createAppsV1beta2NamespacedDeploymentRollback", "parameters": [ { "name": "body", @@ -23122,7 +23122,7 @@ }, "/apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}/scale": { "get": { - "description": "read scale of the specified Scale", + "description": "read scale of the specified Deployment", "consumes": [ "*/*" ], @@ -23137,7 +23137,7 @@ "tags": [ "apps_v1beta2" ], - "operationId": "readAppsV1beta2NamespacedScaleScale", + "operationId": "readAppsV1beta2NamespacedDeploymentScale", "responses": { "200": { "description": "OK", @@ -23157,7 +23157,7 @@ } }, "put": { - "description": "replace scale of the specified Scale", + "description": "replace scale of the specified Deployment", "consumes": [ "*/*" ], @@ -23172,7 +23172,7 @@ "tags": [ "apps_v1beta2" ], - "operationId": "replaceAppsV1beta2NamespacedScaleScale", + "operationId": "replaceAppsV1beta2NamespacedDeploymentScale", "parameters": [ { "name": "body", @@ -23202,7 +23202,7 @@ } }, "patch": { - "description": "partially update scale of the specified Scale", + "description": "partially update scale of the specified Deployment", "consumes": [ "application/json-patch+json", "application/merge-patch+json", @@ -23219,7 +23219,7 @@ "tags": [ "apps_v1beta2" ], - "operationId": "patchAppsV1beta2NamespacedScaleScale", + "operationId": "patchAppsV1beta2NamespacedDeploymentScale", "parameters": [ { "name": "body", @@ -32808,7 +32808,7 @@ }, "/apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/rollback": { "post": { - "description": "create rollback of a DeploymentRollback", + "description": "create rollback of a Deployment", "consumes": [ "*/*" ], @@ -32823,7 +32823,7 @@ "tags": [ "extensions_v1beta1" ], - "operationId": "createExtensionsV1beta1NamespacedDeploymentRollbackRollback", + "operationId": "createExtensionsV1beta1NamespacedDeploymentRollback", "parameters": [ { "name": "body", @@ -32880,7 +32880,7 @@ }, "/apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/scale": { "get": { - "description": "read scale of the specified Scale", + "description": "read scale of the specified Deployment", "consumes": [ "*/*" ], @@ -32895,7 +32895,7 @@ "tags": [ "extensions_v1beta1" ], - "operationId": "readExtensionsV1beta1NamespacedDeploymentsScale", + "operationId": "readExtensionsV1beta1NamespacedDeploymentScale", "responses": { "200": { "description": "OK", @@ -32915,7 +32915,7 @@ } }, "put": { - "description": "replace scale of the specified Scale", + "description": "replace scale of the specified Deployment", "consumes": [ "*/*" ], @@ -32930,7 +32930,7 @@ "tags": [ "extensions_v1beta1" ], - "operationId": "replaceExtensionsV1beta1NamespacedDeploymentsScale", + "operationId": "replaceExtensionsV1beta1NamespacedDeploymentScale", "parameters": [ { "name": "body", @@ -32960,7 +32960,7 @@ } }, "patch": { - "description": "partially update scale of the specified Scale", + "description": "partially update scale of the specified Deployment", "consumes": [ "application/json-patch+json", "application/merge-patch+json", @@ -32977,7 +32977,7 @@ "tags": [ "extensions_v1beta1" ], - "operationId": "patchExtensionsV1beta1NamespacedDeploymentsScale", + "operationId": "patchExtensionsV1beta1NamespacedDeploymentScale", "parameters": [ { "name": "body", @@ -34722,7 +34722,7 @@ }, "/apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/scale": { "get": { - "description": "read scale of the specified Scale", + "description": "read scale of the specified ReplicaSet", "consumes": [ "*/*" ], @@ -34737,7 +34737,7 @@ "tags": [ "extensions_v1beta1" ], - "operationId": "readExtensionsV1beta1NamespacedReplicasetsScale", + "operationId": "readExtensionsV1beta1NamespacedReplicaSetScale", "responses": { "200": { "description": "OK", @@ -34757,7 +34757,7 @@ } }, "put": { - "description": "replace scale of the specified Scale", + "description": "replace scale of the specified ReplicaSet", "consumes": [ "*/*" ], @@ -34772,7 +34772,7 @@ "tags": [ "extensions_v1beta1" ], - "operationId": "replaceExtensionsV1beta1NamespacedReplicasetsScale", + "operationId": "replaceExtensionsV1beta1NamespacedReplicaSetScale", "parameters": [ { "name": "body", @@ -34802,7 +34802,7 @@ } }, "patch": { - "description": "partially update scale of the specified Scale", + "description": "partially update scale of the specified ReplicaSet", "consumes": [ "application/json-patch+json", "application/merge-patch+json", @@ -34819,7 +34819,7 @@ "tags": [ "extensions_v1beta1" ], - "operationId": "patchExtensionsV1beta1NamespacedReplicasetsScale", + "operationId": "patchExtensionsV1beta1NamespacedReplicaSetScale", "parameters": [ { "name": "body", @@ -35030,7 +35030,7 @@ }, "/apis/extensions/v1beta1/namespaces/{namespace}/replicationcontrollers/{name}/scale": { "get": { - "description": "read scale of the specified Scale", + "description": "read scale of the specified ReplicationControllerDummy", "consumes": [ "*/*" ], @@ -35045,7 +35045,7 @@ "tags": [ "extensions_v1beta1" ], - "operationId": "readExtensionsV1beta1NamespacedReplicationcontrollersScale", + "operationId": "readExtensionsV1beta1NamespacedReplicationControllerDummyScale", "responses": { "200": { "description": "OK", @@ -35065,7 +35065,7 @@ } }, "put": { - "description": "replace scale of the specified Scale", + "description": "replace scale of the specified ReplicationControllerDummy", "consumes": [ "*/*" ], @@ -35080,7 +35080,7 @@ "tags": [ "extensions_v1beta1" ], - "operationId": "replaceExtensionsV1beta1NamespacedReplicationcontrollersScale", + "operationId": "replaceExtensionsV1beta1NamespacedReplicationControllerDummyScale", "parameters": [ { "name": "body", @@ -35110,7 +35110,7 @@ } }, "patch": { - "description": "partially update scale of the specified Scale", + "description": "partially update scale of the specified ReplicationControllerDummy", "consumes": [ "application/json-patch+json", "application/merge-patch+json", @@ -35127,7 +35127,7 @@ "tags": [ "extensions_v1beta1" ], - "operationId": "patchExtensionsV1beta1NamespacedReplicationcontrollersScale", + "operationId": "patchExtensionsV1beta1NamespacedReplicationControllerDummyScale", "parameters": [ { "name": "body", diff --git a/api/swagger-spec/apps_v1beta1.json b/api/swagger-spec/apps_v1beta1.json index ec44a9883e3..215ab4a142e 100644 --- a/api/swagger-spec/apps_v1beta1.json +++ b/api/swagger-spec/apps_v1beta1.json @@ -1737,8 +1737,8 @@ { "type": "v1beta1.DeploymentRollback", "method": "POST", - "summary": "create rollback of a DeploymentRollback", - "nickname": "createNamespacedDeploymentRollbackRollback", + "summary": "create rollback of a Deployment", + "nickname": "createNamespacedDeploymentRollback", "parameters": [ { "type": "string", @@ -1798,8 +1798,8 @@ { "type": "v1beta1.Scale", "method": "GET", - "summary": "read scale of the specified Scale", - "nickname": "readNamespacedScaleScale", + "summary": "read scale of the specified Deployment", + "nickname": "readNamespacedDeploymentScale", "parameters": [ { "type": "string", @@ -1845,8 +1845,8 @@ { "type": "v1beta1.Scale", "method": "PUT", - "summary": "replace scale of the specified Scale", - "nickname": "replaceNamespacedScaleScale", + "summary": "replace scale of the specified Deployment", + "nickname": "replaceNamespacedDeploymentScale", "parameters": [ { "type": "string", @@ -1900,8 +1900,8 @@ { "type": "v1beta1.Scale", "method": "PATCH", - "summary": "partially update scale of the specified Scale", - "nickname": "patchNamespacedScaleScale", + "summary": "partially update scale of the specified Deployment", + "nickname": "patchNamespacedDeploymentScale", "parameters": [ { "type": "string", diff --git a/api/swagger-spec/apps_v1beta2.json b/api/swagger-spec/apps_v1beta2.json index 2c094e7c1de..ef4d213fefc 100644 --- a/api/swagger-spec/apps_v1beta2.json +++ b/api/swagger-spec/apps_v1beta2.json @@ -876,8 +876,8 @@ { "type": "v1beta2.DeploymentRollback", "method": "POST", - "summary": "create rollback of a DeploymentRollback", - "nickname": "createNamespacedDeploymentRollbackRollback", + "summary": "create rollback of a Deployment", + "nickname": "createNamespacedDeploymentRollback", "parameters": [ { "type": "string", @@ -937,8 +937,8 @@ { "type": "v1beta2.Scale", "method": "GET", - "summary": "read scale of the specified Scale", - "nickname": "readNamespacedScaleScale", + "summary": "read scale of the specified Deployment", + "nickname": "readNamespacedDeploymentScale", "parameters": [ { "type": "string", @@ -984,8 +984,8 @@ { "type": "v1beta2.Scale", "method": "PUT", - "summary": "replace scale of the specified Scale", - "nickname": "replaceNamespacedScaleScale", + "summary": "replace scale of the specified Deployment", + "nickname": "replaceNamespacedDeploymentScale", "parameters": [ { "type": "string", @@ -1039,8 +1039,8 @@ { "type": "v1beta2.Scale", "method": "PATCH", - "summary": "partially update scale of the specified Scale", - "nickname": "patchNamespacedScaleScale", + "summary": "partially update scale of the specified Deployment", + "nickname": "patchNamespacedDeploymentScale", "parameters": [ { "type": "string", diff --git a/api/swagger-spec/extensions_v1beta1.json b/api/swagger-spec/extensions_v1beta1.json index 31dd2aa0dd3..2d1be589dc0 100644 --- a/api/swagger-spec/extensions_v1beta1.json +++ b/api/swagger-spec/extensions_v1beta1.json @@ -1902,8 +1902,8 @@ { "type": "v1beta1.DeploymentRollback", "method": "POST", - "summary": "create rollback of a DeploymentRollback", - "nickname": "createNamespacedDeploymentRollbackRollback", + "summary": "create rollback of a Deployment", + "nickname": "createNamespacedDeploymentRollback", "parameters": [ { "type": "string", @@ -1963,8 +1963,8 @@ { "type": "v1beta1.Scale", "method": "GET", - "summary": "read scale of the specified Scale", - "nickname": "readNamespacedScaleScale", + "summary": "read scale of the specified Deployment", + "nickname": "readNamespacedDeploymentScale", "parameters": [ { "type": "string", @@ -2010,8 +2010,8 @@ { "type": "v1beta1.Scale", "method": "PUT", - "summary": "replace scale of the specified Scale", - "nickname": "replaceNamespacedScaleScale", + "summary": "replace scale of the specified Deployment", + "nickname": "replaceNamespacedDeploymentScale", "parameters": [ { "type": "string", @@ -2065,8 +2065,8 @@ { "type": "v1beta1.Scale", "method": "PATCH", - "summary": "partially update scale of the specified Scale", - "nickname": "patchNamespacedScaleScale", + "summary": "partially update scale of the specified Deployment", + "nickname": "patchNamespacedDeploymentScale", "parameters": [ { "type": "string", @@ -5656,8 +5656,8 @@ { "type": "v1beta1.Scale", "method": "GET", - "summary": "read scale of the specified Scale", - "nickname": "readNamespacedScaleScale", + "summary": "read scale of the specified ReplicaSet", + "nickname": "readNamespacedReplicaSetScale", "parameters": [ { "type": "string", @@ -5703,8 +5703,8 @@ { "type": "v1beta1.Scale", "method": "PUT", - "summary": "replace scale of the specified Scale", - "nickname": "replaceNamespacedScaleScale", + "summary": "replace scale of the specified ReplicaSet", + "nickname": "replaceNamespacedReplicaSetScale", "parameters": [ { "type": "string", @@ -5758,8 +5758,8 @@ { "type": "v1beta1.Scale", "method": "PATCH", - "summary": "partially update scale of the specified Scale", - "nickname": "patchNamespacedScaleScale", + "summary": "partially update scale of the specified ReplicaSet", + "nickname": "patchNamespacedReplicaSetScale", "parameters": [ { "type": "string", @@ -5986,8 +5986,8 @@ { "type": "v1beta1.Scale", "method": "GET", - "summary": "read scale of the specified Scale", - "nickname": "readNamespacedScaleScale", + "summary": "read scale of the specified ReplicationControllerDummy", + "nickname": "readNamespacedReplicationControllerDummyScale", "parameters": [ { "type": "string", @@ -6033,8 +6033,8 @@ { "type": "v1beta1.Scale", "method": "PUT", - "summary": "replace scale of the specified Scale", - "nickname": "replaceNamespacedScaleScale", + "summary": "replace scale of the specified ReplicationControllerDummy", + "nickname": "replaceNamespacedReplicationControllerDummyScale", "parameters": [ { "type": "string", @@ -6088,8 +6088,8 @@ { "type": "v1beta1.Scale", "method": "PATCH", - "summary": "partially update scale of the specified Scale", - "nickname": "patchNamespacedScaleScale", + "summary": "partially update scale of the specified ReplicationControllerDummy", + "nickname": "patchNamespacedReplicationControllerDummyScale", "parameters": [ { "type": "string", diff --git a/api/swagger-spec/v1.json b/api/swagger-spec/v1.json index 785da4af518..54721a35b8b 100644 --- a/api/swagger-spec/v1.json +++ b/api/swagger-spec/v1.json @@ -9271,8 +9271,8 @@ { "type": "v1.Binding", "method": "POST", - "summary": "create binding of a Binding", - "nickname": "createNamespacedBindingBinding", + "summary": "create binding of a Pod", + "nickname": "createNamespacedPodBinding", "parameters": [ { "type": "string", @@ -9332,8 +9332,8 @@ { "type": "v1beta1.Eviction", "method": "POST", - "summary": "create eviction of an Eviction", - "nickname": "createNamespacedEvictionEviction", + "summary": "create eviction of a Pod", + "nickname": "createNamespacedPodEviction", "parameters": [ { "type": "string", @@ -12234,8 +12234,8 @@ { "type": "v1.Scale", "method": "GET", - "summary": "read scale of the specified Scale", - "nickname": "readNamespacedScaleScale", + "summary": "read scale of the specified ReplicationController", + "nickname": "readNamespacedReplicationControllerScale", "parameters": [ { "type": "string", @@ -12281,8 +12281,8 @@ { "type": "v1.Scale", "method": "PUT", - "summary": "replace scale of the specified Scale", - "nickname": "replaceNamespacedScaleScale", + "summary": "replace scale of the specified ReplicationController", + "nickname": "replaceNamespacedReplicationControllerScale", "parameters": [ { "type": "string", @@ -12336,8 +12336,8 @@ { "type": "v1.Scale", "method": "PATCH", - "summary": "partially update scale of the specified Scale", - "nickname": "patchNamespacedScaleScale", + "summary": "partially update scale of the specified ReplicationController", + "nickname": "patchNamespacedReplicationControllerScale", "parameters": [ { "type": "string", diff --git a/docs/api-reference/apps/v1beta1/operations.html b/docs/api-reference/apps/v1beta1/operations.html index 42a491d048a..42ce7aeb673 100755 --- a/docs/api-reference/apps/v1beta1/operations.html +++ b/docs/api-reference/apps/v1beta1/operations.html @@ -2735,7 +2735,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

create rollback of a DeploymentRollback

+

create rollback of a Deployment

POST /apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}/rollback
@@ -2862,7 +2862,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

read scale of the specified Scale

+

read scale of the specified Deployment

GET /apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}/scale
@@ -2981,7 +2981,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

replace scale of the specified Scale

+

replace scale of the specified Deployment

PUT /apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}/scale
@@ -3108,7 +3108,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

partially update scale of the specified Scale

+

partially update scale of the specified Deployment

PATCH /apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}/scale
diff --git a/docs/api-reference/apps/v1beta2/definitions.html b/docs/api-reference/apps/v1beta2/definitions.html index 90eca3e783d..58034c37a5e 100755 --- a/docs/api-reference/apps/v1beta2/definitions.html +++ b/docs/api-reference/apps/v1beta2/definitions.html @@ -6693,7 +6693,7 @@ Examples:
diff --git a/docs/api-reference/apps/v1beta2/operations.html b/docs/api-reference/apps/v1beta2/operations.html index a7257333ae8..22862b892f0 100755 --- a/docs/api-reference/apps/v1beta2/operations.html +++ b/docs/api-reference/apps/v1beta2/operations.html @@ -1589,7 +1589,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

create rollback of a DeploymentRollback

+

create rollback of a Deployment

POST /apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}/rollback
@@ -1716,7 +1716,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

read scale of the specified Scale

+

read scale of the specified Deployment

GET /apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}/scale
@@ -1835,7 +1835,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

replace scale of the specified Scale

+

replace scale of the specified Deployment

PUT /apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}/scale
@@ -1962,7 +1962,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

partially update scale of the specified Scale

+

partially update scale of the specified Deployment

PATCH /apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}/scale
@@ -4993,7 +4993,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
diff --git a/docs/api-reference/extensions/v1beta1/operations.html b/docs/api-reference/extensions/v1beta1/operations.html index acd272ffe73..bb7a5492fff 100755 --- a/docs/api-reference/extensions/v1beta1/operations.html +++ b/docs/api-reference/extensions/v1beta1/operations.html @@ -3271,7 +3271,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

create rollback of a DeploymentRollback

+

create rollback of a Deployment

POST /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/rollback
@@ -3398,7 +3398,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

read scale of the specified Scale

+

read scale of the specified Deployment

GET /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/scale
@@ -3517,7 +3517,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

replace scale of the specified Scale

+

replace scale of the specified Deployment

PUT /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/scale
@@ -3644,7 +3644,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

partially update scale of the specified Scale

+

partially update scale of the specified Deployment

PATCH /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/scale
@@ -7502,7 +7502,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

read scale of the specified Scale

+

read scale of the specified ReplicaSet

GET /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/scale
@@ -7621,7 +7621,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

replace scale of the specified Scale

+

replace scale of the specified ReplicaSet

PUT /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/scale
@@ -7748,7 +7748,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

partially update scale of the specified Scale

+

partially update scale of the specified ReplicaSet

PATCH /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/scale
@@ -8260,7 +8260,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

read scale of the specified Scale

+

read scale of the specified ReplicationControllerDummy

GET /apis/extensions/v1beta1/namespaces/{namespace}/replicationcontrollers/{name}/scale
@@ -8379,7 +8379,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

replace scale of the specified Scale

+

replace scale of the specified ReplicationControllerDummy

PUT /apis/extensions/v1beta1/namespaces/{namespace}/replicationcontrollers/{name}/scale
@@ -8506,7 +8506,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

partially update scale of the specified Scale

+

partially update scale of the specified ReplicationControllerDummy

PATCH /apis/extensions/v1beta1/namespaces/{namespace}/replicationcontrollers/{name}/scale
diff --git a/docs/api-reference/scheduling.k8s.io/v1alpha1/definitions.html b/docs/api-reference/scheduling.k8s.io/v1alpha1/definitions.html index 5bee9af9be9..c008fd569d1 100755 --- a/docs/api-reference/scheduling.k8s.io/v1alpha1/definitions.html +++ b/docs/api-reference/scheduling.k8s.io/v1alpha1/definitions.html @@ -1347,7 +1347,7 @@ Examples:
diff --git a/docs/api-reference/scheduling.k8s.io/v1alpha1/operations.html b/docs/api-reference/scheduling.k8s.io/v1alpha1/operations.html index 30394c89136..973686c2574 100755 --- a/docs/api-reference/scheduling.k8s.io/v1alpha1/operations.html +++ b/docs/api-reference/scheduling.k8s.io/v1alpha1/operations.html @@ -1702,7 +1702,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
diff --git a/docs/api-reference/v1/operations.html b/docs/api-reference/v1/operations.html index c3ba24f06e4..373aa13a1b5 100755 --- a/docs/api-reference/v1/operations.html +++ b/docs/api-reference/v1/operations.html @@ -8329,7 +8329,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

create binding of a Binding

+

create binding of a Pod

POST /api/v1/namespaces/{namespace}/pods/{name}/binding
@@ -8456,7 +8456,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

create eviction of an Eviction

+

create eviction of a Pod

POST /api/v1/namespaces/{namespace}/pods/{name}/eviction
@@ -12820,7 +12820,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

read scale of the specified Scale

+

read scale of the specified ReplicationController

GET /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale
@@ -12939,7 +12939,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

replace scale of the specified Scale

+

replace scale of the specified ReplicationController

PUT /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale
@@ -13066,7 +13066,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

partially update scale of the specified Scale

+

partially update scale of the specified ReplicationController

PATCH /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale
diff --git a/federation/apis/openapi-spec/swagger.json b/federation/apis/openapi-spec/swagger.json index 6006718b797..33f46ca8128 100644 --- a/federation/apis/openapi-spec/swagger.json +++ b/federation/apis/openapi-spec/swagger.json @@ -5809,7 +5809,7 @@ }, "/apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/rollback": { "post": { - "description": "create rollback of a DeploymentRollback", + "description": "create rollback of a Deployment", "consumes": [ "*/*" ], @@ -5824,7 +5824,7 @@ "tags": [ "extensions_v1beta1" ], - "operationId": "createExtensionsV1beta1NamespacedDeploymentRollbackRollback", + "operationId": "createExtensionsV1beta1NamespacedDeploymentRollback", "parameters": [ { "name": "body", @@ -5881,7 +5881,7 @@ }, "/apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/scale": { "get": { - "description": "read scale of the specified Scale", + "description": "read scale of the specified Deployment", "consumes": [ "*/*" ], @@ -5896,7 +5896,7 @@ "tags": [ "extensions_v1beta1" ], - "operationId": "readExtensionsV1beta1NamespacedDeploymentsScale", + "operationId": "readExtensionsV1beta1NamespacedDeploymentScale", "responses": { "200": { "description": "OK", @@ -5916,7 +5916,7 @@ } }, "put": { - "description": "replace scale of the specified Scale", + "description": "replace scale of the specified Deployment", "consumes": [ "*/*" ], @@ -5931,7 +5931,7 @@ "tags": [ "extensions_v1beta1" ], - "operationId": "replaceExtensionsV1beta1NamespacedDeploymentsScale", + "operationId": "replaceExtensionsV1beta1NamespacedDeploymentScale", "parameters": [ { "name": "body", @@ -5961,7 +5961,7 @@ } }, "patch": { - "description": "partially update scale of the specified Scale", + "description": "partially update scale of the specified Deployment", "consumes": [ "application/json-patch+json", "application/merge-patch+json", @@ -5978,7 +5978,7 @@ "tags": [ "extensions_v1beta1" ], - "operationId": "patchExtensionsV1beta1NamespacedDeploymentsScale", + "operationId": "patchExtensionsV1beta1NamespacedDeploymentScale", "parameters": [ { "name": "body", @@ -7263,7 +7263,7 @@ }, "/apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/scale": { "get": { - "description": "read scale of the specified Scale", + "description": "read scale of the specified ReplicaSet", "consumes": [ "*/*" ], @@ -7278,7 +7278,7 @@ "tags": [ "extensions_v1beta1" ], - "operationId": "readExtensionsV1beta1NamespacedReplicasetsScale", + "operationId": "readExtensionsV1beta1NamespacedReplicaSetScale", "responses": { "200": { "description": "OK", @@ -7298,7 +7298,7 @@ } }, "put": { - "description": "replace scale of the specified Scale", + "description": "replace scale of the specified ReplicaSet", "consumes": [ "*/*" ], @@ -7313,7 +7313,7 @@ "tags": [ "extensions_v1beta1" ], - "operationId": "replaceExtensionsV1beta1NamespacedReplicasetsScale", + "operationId": "replaceExtensionsV1beta1NamespacedReplicaSetScale", "parameters": [ { "name": "body", @@ -7343,7 +7343,7 @@ } }, "patch": { - "description": "partially update scale of the specified Scale", + "description": "partially update scale of the specified ReplicaSet", "consumes": [ "application/json-patch+json", "application/merge-patch+json", @@ -7360,7 +7360,7 @@ "tags": [ "extensions_v1beta1" ], - "operationId": "patchExtensionsV1beta1NamespacedReplicasetsScale", + "operationId": "patchExtensionsV1beta1NamespacedReplicaSetScale", "parameters": [ { "name": "body", diff --git a/federation/apis/swagger-spec/extensions_v1beta1.json b/federation/apis/swagger-spec/extensions_v1beta1.json index 884ed42bbdb..575e7f80a6a 100644 --- a/federation/apis/swagger-spec/extensions_v1beta1.json +++ b/federation/apis/swagger-spec/extensions_v1beta1.json @@ -1902,8 +1902,8 @@ { "type": "v1beta1.DeploymentRollback", "method": "POST", - "summary": "create rollback of a DeploymentRollback", - "nickname": "createNamespacedDeploymentRollbackRollback", + "summary": "create rollback of a Deployment", + "nickname": "createNamespacedDeploymentRollback", "parameters": [ { "type": "string", @@ -1963,8 +1963,8 @@ { "type": "v1beta1.Scale", "method": "GET", - "summary": "read scale of the specified Scale", - "nickname": "readNamespacedScaleScale", + "summary": "read scale of the specified Deployment", + "nickname": "readNamespacedDeploymentScale", "parameters": [ { "type": "string", @@ -2010,8 +2010,8 @@ { "type": "v1beta1.Scale", "method": "PUT", - "summary": "replace scale of the specified Scale", - "nickname": "replaceNamespacedScaleScale", + "summary": "replace scale of the specified Deployment", + "nickname": "replaceNamespacedDeploymentScale", "parameters": [ { "type": "string", @@ -2065,8 +2065,8 @@ { "type": "v1beta1.Scale", "method": "PATCH", - "summary": "partially update scale of the specified Scale", - "nickname": "patchNamespacedScaleScale", + "summary": "partially update scale of the specified Deployment", + "nickname": "patchNamespacedDeploymentScale", "parameters": [ { "type": "string", @@ -4180,8 +4180,8 @@ { "type": "v1beta1.Scale", "method": "GET", - "summary": "read scale of the specified Scale", - "nickname": "readNamespacedScaleScale", + "summary": "read scale of the specified ReplicaSet", + "nickname": "readNamespacedReplicaSetScale", "parameters": [ { "type": "string", @@ -4227,8 +4227,8 @@ { "type": "v1beta1.Scale", "method": "PUT", - "summary": "replace scale of the specified Scale", - "nickname": "replaceNamespacedScaleScale", + "summary": "replace scale of the specified ReplicaSet", + "nickname": "replaceNamespacedReplicaSetScale", "parameters": [ { "type": "string", @@ -4282,8 +4282,8 @@ { "type": "v1beta1.Scale", "method": "PATCH", - "summary": "partially update scale of the specified Scale", - "nickname": "patchNamespacedScaleScale", + "summary": "partially update scale of the specified ReplicaSet", + "nickname": "patchNamespacedReplicaSetScale", "parameters": [ { "type": "string", diff --git a/federation/docs/api-reference/extensions/v1beta1/operations.html b/federation/docs/api-reference/extensions/v1beta1/operations.html index da93177555b..e9fcca766e2 100755 --- a/federation/docs/api-reference/extensions/v1beta1/operations.html +++ b/federation/docs/api-reference/extensions/v1beta1/operations.html @@ -3271,7 +3271,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

create rollback of a DeploymentRollback

+

create rollback of a Deployment

POST /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/rollback
@@ -3398,7 +3398,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

read scale of the specified Scale

+

read scale of the specified Deployment

GET /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/scale
@@ -3517,7 +3517,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

replace scale of the specified Scale

+

replace scale of the specified Deployment

PUT /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/scale
@@ -3644,7 +3644,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

partially update scale of the specified Scale

+

partially update scale of the specified Deployment

PATCH /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/scale
@@ -6513,7 +6513,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

read scale of the specified Scale

+

read scale of the specified ReplicaSet

GET /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/scale
@@ -6632,7 +6632,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

replace scale of the specified Scale

+

replace scale of the specified ReplicaSet

PUT /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/scale
@@ -6759,7 +6759,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
-

partially update scale of the specified Scale

+

partially update scale of the specified ReplicaSet

PATCH /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/scale