|
1 | 1 | openapi: 3.0.0 |
2 | 2 | info: |
3 | 3 | title: HyperFleet API |
4 | | - version: 1.0.8 |
| 4 | + version: 1.0.9 |
5 | 5 | contact: |
6 | 6 | name: HyperFleet Team |
7 | 7 | license: |
@@ -125,6 +125,8 @@ paths: |
125 | 125 | description: The server could not understand the request due to invalid syntax. |
126 | 126 | '404': |
127 | 127 | description: The server cannot find the requested resource. |
| 128 | + '409': |
| 129 | + description: The request conflicts with the current state of the server. |
128 | 130 | default: |
129 | 131 | description: An unexpected error response. |
130 | 132 | content: |
@@ -173,8 +175,8 @@ paths: |
173 | 175 | conditions: |
174 | 176 | - type: Ready |
175 | 177 | status: 'True' |
176 | | - reason: All adapters reported Ready True for the current generation |
177 | | - message: All adapters reported Ready True for the current generation |
| 178 | + reason: All adapters reported Available=True for the current generation |
| 179 | + message: All adapters reported Available=True for the current generation |
178 | 180 | observed_generation: 2 |
179 | 181 | created_time: '2021-01-01T10:00:00Z' |
180 | 182 | last_updated_time: '2021-01-01T10:00:00Z' |
@@ -283,6 +285,8 @@ paths: |
283 | 285 | $ref: '#/components/schemas/NodePoolCreateResponse' |
284 | 286 | '400': |
285 | 287 | description: The server could not understand the request due to invalid syntax. |
| 288 | + '409': |
| 289 | + description: The request conflicts with the current state of the server. |
286 | 290 | default: |
287 | 291 | description: An unexpected error response. |
288 | 292 | content: |
@@ -376,8 +380,8 @@ paths: |
376 | 380 | conditions: |
377 | 381 | - type: Ready |
378 | 382 | status: 'True' |
379 | | - reason: All adapters reported Ready True for the current generation |
380 | | - message: All adapters reported Ready True for the current generation |
| 383 | + reason: All adapters reported Available=True for the current generation |
| 384 | + message: All adapters reported Available=True for the current generation |
381 | 385 | observed_generation: 2 |
382 | 386 | created_time: '2021-01-01T10:00:00Z' |
383 | 387 | last_updated_time: '2021-01-01T10:00:00Z' |
@@ -460,6 +464,8 @@ paths: |
460 | 464 | description: The server could not understand the request due to invalid syntax. |
461 | 465 | '404': |
462 | 466 | description: The server cannot find the requested resource. |
| 467 | + '409': |
| 468 | + description: The request conflicts with the current state of the server. |
463 | 469 | default: |
464 | 470 | description: An unexpected error response. |
465 | 471 | content: |
@@ -1055,8 +1061,8 @@ components: |
1055 | 1061 | conditions: |
1056 | 1062 | - type: Ready |
1057 | 1063 | status: 'True' |
1058 | | - reason: All adapters reported Ready True for the current generation |
1059 | | - message: All adapters reported Ready True for the current generation |
| 1064 | + reason: All adapters reported Available=True for the current generation |
| 1065 | + message: All adapters reported Available=True for the current generation |
1060 | 1066 | observed_generation: 1 |
1061 | 1067 | created_time: '2021-01-01T10:00:00Z' |
1062 | 1068 | last_updated_time: '2021-01-01T10:00:00Z' |
@@ -1354,8 +1360,8 @@ components: |
1354 | 1360 | conditions: |
1355 | 1361 | - type: Ready |
1356 | 1362 | status: 'True' |
1357 | | - reason: All adapters reported Ready True for the current generation |
1358 | | - message: All adapters reported Ready True for the current generation |
| 1363 | + reason: All adapters reported Available=True for the current generation |
| 1364 | + message: All adapters reported Available=True for the current generation |
1359 | 1365 | observed_generation: 1 |
1360 | 1366 | created_time: '2021-01-01T10:00:00Z' |
1361 | 1367 | last_updated_time: '2021-01-01T10:00:00Z' |
|
0 commit comments