|
74 | 74 | $ref: '#/definitions/Error' |
75 | 75 | security: |
76 | 76 | - BearerAuth: [] |
| 77 | + tags: |
| 78 | + - Clusters |
| 79 | + description: Returns a list of all clusters. |
77 | 80 | operationId: getClusters |
78 | 81 | summary: List clusters |
79 | 82 | post: |
@@ -103,6 +106,8 @@ paths: |
103 | 106 | $ref: '#/definitions/Error' |
104 | 107 | security: |
105 | 108 | - BearerAuth: [] |
| 109 | + tags: |
| 110 | + - Clusters |
106 | 111 | description: >- |
107 | 112 | Create a new cluster resource. |
108 | 113 |
|
@@ -215,6 +220,8 @@ paths: |
215 | 220 | $ref: '#/definitions/Error' |
216 | 221 | security: |
217 | 222 | - BearerAuth: [] |
| 223 | + tags: |
| 224 | + - Clusters |
218 | 225 | description: >- |
219 | 226 | Marks the cluster for deletion by setting deleted_time to the current |
220 | 227 | time, cascades to its nodepools. |
@@ -255,6 +262,9 @@ paths: |
255 | 262 | $ref: '#/definitions/Error' |
256 | 263 | security: |
257 | 264 | - BearerAuth: [] |
| 265 | + tags: |
| 266 | + - Clusters |
| 267 | + description: Returns a single cluster by its ID. |
258 | 268 | operationId: getClusterById |
259 | 269 | summary: Get cluster by ID |
260 | 270 | patch: |
@@ -291,6 +301,8 @@ paths: |
291 | 301 | $ref: '#/definitions/Error' |
292 | 302 | security: |
293 | 303 | - BearerAuth: [] |
| 304 | + tags: |
| 305 | + - Clusters |
294 | 306 | description: Patch a specific cluster by ID |
295 | 307 | operationId: patchClusterById |
296 | 308 | summary: Patch cluster by ID |
@@ -351,6 +363,8 @@ paths: |
351 | 363 | $ref: '#/definitions/Error' |
352 | 364 | security: |
353 | 365 | - BearerAuth: [] |
| 366 | + tags: |
| 367 | + - NodePools |
354 | 368 | description: Returns the list of all nodepools for a cluster |
355 | 369 | operationId: getNodePoolsByClusterId |
356 | 370 | summary: List all nodepools for cluster |
@@ -388,6 +402,8 @@ paths: |
388 | 402 | $ref: '#/definitions/Error' |
389 | 403 | security: |
390 | 404 | - BearerAuth: [] |
| 405 | + tags: |
| 406 | + - NodePools |
391 | 407 | description: Create a NodePool for a cluster |
392 | 408 | operationId: createNodePool |
393 | 409 | summary: Create nodepool |
@@ -501,6 +517,8 @@ paths: |
501 | 517 | $ref: '#/definitions/Error' |
502 | 518 | security: |
503 | 519 | - BearerAuth: [] |
| 520 | + tags: |
| 521 | + - NodePools |
504 | 522 | description: >- |
505 | 523 | Marks the nodepool for deletion by setting deleted_time and deleted_by. |
506 | 524 | Does not affect the parent cluster. |
@@ -536,6 +554,8 @@ paths: |
536 | 554 | $ref: '#/definitions/Error' |
537 | 555 | security: |
538 | 556 | - BearerAuth: [] |
| 557 | + tags: |
| 558 | + - NodePools |
539 | 559 | description: Returns specific nodepool |
540 | 560 | operationId: getNodePoolById |
541 | 561 | summary: Get nodepool by ID |
@@ -578,6 +598,8 @@ paths: |
578 | 598 | $ref: '#/definitions/Error' |
579 | 599 | security: |
580 | 600 | - BearerAuth: [] |
| 601 | + tags: |
| 602 | + - NodePools |
581 | 603 | description: Patch a specific nodepool within a cluster |
582 | 604 | operationId: patchNodePoolById |
583 | 605 | summary: Patch nodepool by ID |
@@ -640,6 +662,8 @@ paths: |
640 | 662 | description: An unexpected error response. |
641 | 663 | schema: |
642 | 664 | $ref: '#/definitions/Error' |
| 665 | + tags: |
| 666 | + - NodePool statuses |
643 | 667 | description: Returns adapter status reports for this nodepool |
644 | 668 | operationId: getNodePoolsStatuses |
645 | 669 | summary: List all adapter statuses for nodepools |
@@ -679,6 +703,8 @@ paths: |
679 | 703 | description: The request conflicts with the current state of the server. |
680 | 704 | security: |
681 | 705 | - BearerAuth: [] |
| 706 | + tags: |
| 707 | + - NodePool statuses |
682 | 708 | description: >- |
683 | 709 | Adapter creates or updates its status report for this nodepool. |
684 | 710 |
|
@@ -727,6 +753,11 @@ paths: |
727 | 753 | description: The request conflicts with the current state of the server. |
728 | 754 | security: |
729 | 755 | - BearerAuth: [] |
| 756 | + tags: |
| 757 | + - NodePool statuses |
| 758 | + description: >- |
| 759 | + Idempotent upsert of an adapter status for this nodepool. Use instead of |
| 760 | + POST when the adapter name is known upfront. |
730 | 761 | operationId: putNodePoolStatuses |
731 | 762 | summary: Adapter creates or updates resource nodepool status |
732 | 763 | '/api/hyperfleet/v1/clusters/{cluster_id}/statuses': |
@@ -783,6 +814,8 @@ paths: |
783 | 814 | description: The server cannot find the requested resource. |
784 | 815 | security: |
785 | 816 | - BearerAuth: [] |
| 817 | + tags: |
| 818 | + - Cluster statuses |
786 | 819 | description: Returns adapter status reports for this cluster |
787 | 820 | operationId: getClusterStatuses |
788 | 821 | summary: List all adapter statuses for cluster |
@@ -817,6 +850,8 @@ paths: |
817 | 850 | description: The request conflicts with the current state of the server. |
818 | 851 | security: |
819 | 852 | - BearerAuth: [] |
| 853 | + tags: |
| 854 | + - Cluster statuses |
820 | 855 | description: >- |
821 | 856 | Adapter creates or updates its status report for this cluster. |
822 | 857 |
|
@@ -860,6 +895,11 @@ paths: |
860 | 895 | description: The request conflicts with the current state of the server. |
861 | 896 | security: |
862 | 897 | - BearerAuth: [] |
| 898 | + tags: |
| 899 | + - Cluster statuses |
| 900 | + description: >- |
| 901 | + Idempotent upsert of an adapter status for this cluster. Use instead of |
| 902 | + POST when the adapter name is known upfront. |
863 | 903 | operationId: putClusterStatuses |
864 | 904 | summary: Adapter creates or updates resource cluster status |
865 | 905 | /api/hyperfleet/v1/nodepools: |
@@ -914,6 +954,8 @@ paths: |
914 | 954 | $ref: '#/definitions/Error' |
915 | 955 | security: |
916 | 956 | - BearerAuth: [] |
| 957 | + tags: |
| 958 | + - NodePools |
917 | 959 | description: Returns the list of all nodepools |
918 | 960 | operationId: getNodePools |
919 | 961 | summary: List all nodepools for cluster |
@@ -1973,7 +2015,11 @@ securityDefinitions: |
1973 | 2015 | in: header |
1974 | 2016 | name: Authorization |
1975 | 2017 | type: apiKey |
1976 | | -tags: [] |
| 2018 | +tags: |
| 2019 | + - name: Clusters |
| 2020 | + - name: Cluster statuses |
| 2021 | + - name: NodePool statuses |
| 2022 | + - name: NodePools |
1977 | 2023 | x-components: |
1978 | 2024 | parameters: |
1979 | 2025 | QueryParams.order: |
|
0 commit comments