|
3813 | 3813 | },
|
3814 | 3814 | "/api/v1/namespaces/{namespace}/pods/{name}/binding": {
|
3815 | 3815 | "post": {
|
3816 |
| - "description": "create binding of a Binding", |
| 3816 | + "description": "create binding of a Pod", |
3817 | 3817 | "consumes": [
|
3818 | 3818 | "*/*"
|
3819 | 3819 | ],
|
|
3828 | 3828 | "tags": [
|
3829 | 3829 | "core_v1"
|
3830 | 3830 | ],
|
3831 |
| - "operationId": "createCoreV1NamespacedBindingBinding", |
| 3831 | + "operationId": "createCoreV1NamespacedPodBinding", |
3832 | 3832 | "parameters": [
|
3833 | 3833 | {
|
3834 | 3834 | "name": "body",
|
|
3885 | 3885 | },
|
3886 | 3886 | "/api/v1/namespaces/{namespace}/pods/{name}/eviction": {
|
3887 | 3887 | "post": {
|
3888 |
| - "description": "create eviction of an Eviction", |
| 3888 | + "description": "create eviction of a Pod", |
3889 | 3889 | "consumes": [
|
3890 | 3890 | "*/*"
|
3891 | 3891 | ],
|
|
3900 | 3900 | "tags": [
|
3901 | 3901 | "core_v1"
|
3902 | 3902 | ],
|
3903 |
| - "operationId": "createCoreV1NamespacedEvictionEviction", |
| 3903 | + "operationId": "createCoreV1NamespacedPodEviction", |
3904 | 3904 | "parameters": [
|
3905 | 3905 | {
|
3906 | 3906 | "name": "body",
|
|
5888 | 5888 | },
|
5889 | 5889 | "/api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale": {
|
5890 | 5890 | "get": {
|
5891 |
| - "description": "read scale of the specified Scale", |
| 5891 | + "description": "read scale of the specified ReplicationController", |
5892 | 5892 | "consumes": [
|
5893 | 5893 | "*/*"
|
5894 | 5894 | ],
|
|
5903 | 5903 | "tags": [
|
5904 | 5904 | "core_v1"
|
5905 | 5905 | ],
|
5906 |
| - "operationId": "readCoreV1NamespacedScaleScale", |
| 5906 | + "operationId": "readCoreV1NamespacedReplicationControllerScale", |
5907 | 5907 | "responses": {
|
5908 | 5908 | "200": {
|
5909 | 5909 | "description": "OK",
|
|
5923 | 5923 | }
|
5924 | 5924 | },
|
5925 | 5925 | "put": {
|
5926 |
| - "description": "replace scale of the specified Scale", |
| 5926 | + "description": "replace scale of the specified ReplicationController", |
5927 | 5927 | "consumes": [
|
5928 | 5928 | "*/*"
|
5929 | 5929 | ],
|
|
5938 | 5938 | "tags": [
|
5939 | 5939 | "core_v1"
|
5940 | 5940 | ],
|
5941 |
| - "operationId": "replaceCoreV1NamespacedScaleScale", |
| 5941 | + "operationId": "replaceCoreV1NamespacedReplicationControllerScale", |
5942 | 5942 | "parameters": [
|
5943 | 5943 | {
|
5944 | 5944 | "name": "body",
|
|
5968 | 5968 | }
|
5969 | 5969 | },
|
5970 | 5970 | "patch": {
|
5971 |
| - "description": "partially update scale of the specified Scale", |
| 5971 | + "description": "partially update scale of the specified ReplicationController", |
5972 | 5972 | "consumes": [
|
5973 | 5973 | "application/json-patch+json",
|
5974 | 5974 | "application/merge-patch+json",
|
|
5985 | 5985 | "tags": [
|
5986 | 5986 | "core_v1"
|
5987 | 5987 | ],
|
5988 |
| - "operationId": "patchCoreV1NamespacedScaleScale", |
| 5988 | + "operationId": "patchCoreV1NamespacedReplicationControllerScale", |
5989 | 5989 | "parameters": [
|
5990 | 5990 | {
|
5991 | 5991 | "name": "body",
|
|
20501 | 20501 | },
|
20502 | 20502 | "/apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}/rollback": {
|
20503 | 20503 | "post": {
|
20504 |
| - "description": "create rollback of a DeploymentRollback", |
| 20504 | + "description": "create rollback of a Deployment", |
20505 | 20505 | "consumes": [
|
20506 | 20506 | "*/*"
|
20507 | 20507 | ],
|
|
20516 | 20516 | "tags": [
|
20517 | 20517 | "apps_v1beta1"
|
20518 | 20518 | ],
|
20519 |
| - "operationId": "createAppsV1beta1NamespacedDeploymentRollbackRollback", |
| 20519 | + "operationId": "createAppsV1beta1NamespacedDeploymentRollback", |
20520 | 20520 | "parameters": [
|
20521 | 20521 | {
|
20522 | 20522 | "name": "body",
|
|
20573 | 20573 | },
|
20574 | 20574 | "/apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}/scale": {
|
20575 | 20575 | "get": {
|
20576 |
| - "description": "read scale of the specified Scale", |
| 20576 | + "description": "read scale of the specified Deployment", |
20577 | 20577 | "consumes": [
|
20578 | 20578 | "*/*"
|
20579 | 20579 | ],
|
|
20588 | 20588 | "tags": [
|
20589 | 20589 | "apps_v1beta1"
|
20590 | 20590 | ],
|
20591 |
| - "operationId": "readAppsV1beta1NamespacedScaleScale", |
| 20591 | + "operationId": "readAppsV1beta1NamespacedDeploymentScale", |
20592 | 20592 | "responses": {
|
20593 | 20593 | "200": {
|
20594 | 20594 | "description": "OK",
|
|
20608 | 20608 | }
|
20609 | 20609 | },
|
20610 | 20610 | "put": {
|
20611 |
| - "description": "replace scale of the specified Scale", |
| 20611 | + "description": "replace scale of the specified Deployment", |
20612 | 20612 | "consumes": [
|
20613 | 20613 | "*/*"
|
20614 | 20614 | ],
|
|
20623 | 20623 | "tags": [
|
20624 | 20624 | "apps_v1beta1"
|
20625 | 20625 | ],
|
20626 |
| - "operationId": "replaceAppsV1beta1NamespacedScaleScale", |
| 20626 | + "operationId": "replaceAppsV1beta1NamespacedDeploymentScale", |
20627 | 20627 | "parameters": [
|
20628 | 20628 | {
|
20629 | 20629 | "name": "body",
|
|
20653 | 20653 | }
|
20654 | 20654 | },
|
20655 | 20655 | "patch": {
|
20656 |
| - "description": "partially update scale of the specified Scale", |
| 20656 | + "description": "partially update scale of the specified Deployment", |
20657 | 20657 | "consumes": [
|
20658 | 20658 | "application/json-patch+json",
|
20659 | 20659 | "application/merge-patch+json",
|
|
20670 | 20670 | "tags": [
|
20671 | 20671 | "apps_v1beta1"
|
20672 | 20672 | ],
|
20673 |
| - "operationId": "patchAppsV1beta1NamespacedScaleScale", |
| 20673 | + "operationId": "patchAppsV1beta1NamespacedDeploymentScale", |
20674 | 20674 | "parameters": [
|
20675 | 20675 | {
|
20676 | 20676 | "name": "body",
|
|
30553 | 30553 | },
|
30554 | 30554 | "/apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/rollback": {
|
30555 | 30555 | "post": {
|
30556 |
| - "description": "create rollback of a DeploymentRollback", |
| 30556 | + "description": "create rollback of a Deployment", |
30557 | 30557 | "consumes": [
|
30558 | 30558 | "*/*"
|
30559 | 30559 | ],
|
|
30568 | 30568 | "tags": [
|
30569 | 30569 | "extensions_v1beta1"
|
30570 | 30570 | ],
|
30571 |
| - "operationId": "createExtensionsV1beta1NamespacedDeploymentRollbackRollback", |
| 30571 | + "operationId": "createExtensionsV1beta1NamespacedDeploymentRollback", |
30572 | 30572 | "parameters": [
|
30573 | 30573 | {
|
30574 | 30574 | "name": "body",
|
|
30625 | 30625 | },
|
30626 | 30626 | "/apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/scale": {
|
30627 | 30627 | "get": {
|
30628 |
| - "description": "read scale of the specified Scale", |
| 30628 | + "description": "read scale of the specified Deployment", |
30629 | 30629 | "consumes": [
|
30630 | 30630 | "*/*"
|
30631 | 30631 | ],
|
|
30640 | 30640 | "tags": [
|
30641 | 30641 | "extensions_v1beta1"
|
30642 | 30642 | ],
|
30643 |
| - "operationId": "readExtensionsV1beta1NamespacedDeploymentsScale", |
| 30643 | + "operationId": "readExtensionsV1beta1NamespacedDeploymentScale", |
30644 | 30644 | "responses": {
|
30645 | 30645 | "200": {
|
30646 | 30646 | "description": "OK",
|
|
30660 | 30660 | }
|
30661 | 30661 | },
|
30662 | 30662 | "put": {
|
30663 |
| - "description": "replace scale of the specified Scale", |
| 30663 | + "description": "replace scale of the specified Deployment", |
30664 | 30664 | "consumes": [
|
30665 | 30665 | "*/*"
|
30666 | 30666 | ],
|
|
30675 | 30675 | "tags": [
|
30676 | 30676 | "extensions_v1beta1"
|
30677 | 30677 | ],
|
30678 |
| - "operationId": "replaceExtensionsV1beta1NamespacedDeploymentsScale", |
| 30678 | + "operationId": "replaceExtensionsV1beta1NamespacedDeploymentScale", |
30679 | 30679 | "parameters": [
|
30680 | 30680 | {
|
30681 | 30681 | "name": "body",
|
|
30705 | 30705 | }
|
30706 | 30706 | },
|
30707 | 30707 | "patch": {
|
30708 |
| - "description": "partially update scale of the specified Scale", |
| 30708 | + "description": "partially update scale of the specified Deployment", |
30709 | 30709 | "consumes": [
|
30710 | 30710 | "application/json-patch+json",
|
30711 | 30711 | "application/merge-patch+json",
|
|
30722 | 30722 | "tags": [
|
30723 | 30723 | "extensions_v1beta1"
|
30724 | 30724 | ],
|
30725 |
| - "operationId": "patchExtensionsV1beta1NamespacedDeploymentsScale", |
| 30725 | + "operationId": "patchExtensionsV1beta1NamespacedDeploymentScale", |
30726 | 30726 | "parameters": [
|
30727 | 30727 | {
|
30728 | 30728 | "name": "body",
|
|
32467 | 32467 | },
|
32468 | 32468 | "/apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/scale": {
|
32469 | 32469 | "get": {
|
32470 |
| - "description": "read scale of the specified Scale", |
| 32470 | + "description": "read scale of the specified ReplicaSet", |
32471 | 32471 | "consumes": [
|
32472 | 32472 | "*/*"
|
32473 | 32473 | ],
|
|
32482 | 32482 | "tags": [
|
32483 | 32483 | "extensions_v1beta1"
|
32484 | 32484 | ],
|
32485 |
| - "operationId": "readExtensionsV1beta1NamespacedReplicasetsScale", |
| 32485 | + "operationId": "readExtensionsV1beta1NamespacedReplicaSetScale", |
32486 | 32486 | "responses": {
|
32487 | 32487 | "200": {
|
32488 | 32488 | "description": "OK",
|
|
32502 | 32502 | }
|
32503 | 32503 | },
|
32504 | 32504 | "put": {
|
32505 |
| - "description": "replace scale of the specified Scale", |
| 32505 | + "description": "replace scale of the specified ReplicaSet", |
32506 | 32506 | "consumes": [
|
32507 | 32507 | "*/*"
|
32508 | 32508 | ],
|
|
32517 | 32517 | "tags": [
|
32518 | 32518 | "extensions_v1beta1"
|
32519 | 32519 | ],
|
32520 |
| - "operationId": "replaceExtensionsV1beta1NamespacedReplicasetsScale", |
| 32520 | + "operationId": "replaceExtensionsV1beta1NamespacedReplicaSetScale", |
32521 | 32521 | "parameters": [
|
32522 | 32522 | {
|
32523 | 32523 | "name": "body",
|
|
32547 | 32547 | }
|
32548 | 32548 | },
|
32549 | 32549 | "patch": {
|
32550 |
| - "description": "partially update scale of the specified Scale", |
| 32550 | + "description": "partially update scale of the specified ReplicaSet", |
32551 | 32551 | "consumes": [
|
32552 | 32552 | "application/json-patch+json",
|
32553 | 32553 | "application/merge-patch+json",
|
|
32564 | 32564 | "tags": [
|
32565 | 32565 | "extensions_v1beta1"
|
32566 | 32566 | ],
|
32567 |
| - "operationId": "patchExtensionsV1beta1NamespacedReplicasetsScale", |
| 32567 | + "operationId": "patchExtensionsV1beta1NamespacedReplicaSetScale", |
32568 | 32568 | "parameters": [
|
32569 | 32569 | {
|
32570 | 32570 | "name": "body",
|
|
32775 | 32775 | },
|
32776 | 32776 | "/apis/extensions/v1beta1/namespaces/{namespace}/replicationcontrollers/{name}/scale": {
|
32777 | 32777 | "get": {
|
32778 |
| - "description": "read scale of the specified Scale", |
| 32778 | + "description": "read scale of the specified ReplicationControllerDummy", |
32779 | 32779 | "consumes": [
|
32780 | 32780 | "*/*"
|
32781 | 32781 | ],
|
|
32790 | 32790 | "tags": [
|
32791 | 32791 | "extensions_v1beta1"
|
32792 | 32792 | ],
|
32793 |
| - "operationId": "readExtensionsV1beta1NamespacedReplicationcontrollersScale", |
| 32793 | + "operationId": "readExtensionsV1beta1NamespacedReplicationControllerDummyScale", |
32794 | 32794 | "responses": {
|
32795 | 32795 | "200": {
|
32796 | 32796 | "description": "OK",
|
|
32810 | 32810 | }
|
32811 | 32811 | },
|
32812 | 32812 | "put": {
|
32813 |
| - "description": "replace scale of the specified Scale", |
| 32813 | + "description": "replace scale of the specified ReplicationControllerDummy", |
32814 | 32814 | "consumes": [
|
32815 | 32815 | "*/*"
|
32816 | 32816 | ],
|
|
32825 | 32825 | "tags": [
|
32826 | 32826 | "extensions_v1beta1"
|
32827 | 32827 | ],
|
32828 |
| - "operationId": "replaceExtensionsV1beta1NamespacedReplicationcontrollersScale", |
| 32828 | + "operationId": "replaceExtensionsV1beta1NamespacedReplicationControllerDummyScale", |
32829 | 32829 | "parameters": [
|
32830 | 32830 | {
|
32831 | 32831 | "name": "body",
|
|
32855 | 32855 | }
|
32856 | 32856 | },
|
32857 | 32857 | "patch": {
|
32858 |
| - "description": "partially update scale of the specified Scale", |
| 32858 | + "description": "partially update scale of the specified ReplicationControllerDummy", |
32859 | 32859 | "consumes": [
|
32860 | 32860 | "application/json-patch+json",
|
32861 | 32861 | "application/merge-patch+json",
|
|
32872 | 32872 | "tags": [
|
32873 | 32873 | "extensions_v1beta1"
|
32874 | 32874 | ],
|
32875 |
| - "operationId": "patchExtensionsV1beta1NamespacedReplicationcontrollersScale", |
| 32875 | + "operationId": "patchExtensionsV1beta1NamespacedReplicationControllerDummyScale", |
32876 | 32876 | "parameters": [
|
32877 | 32877 | {
|
32878 | 32878 | "name": "body",
|
|
0 commit comments