mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 11:18:16 +00:00
Update swagger and OpenAPI spec
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user