Skip to content

Commit

Permalink
Bump metal-api to version v0.36.0 (#129)
Browse files Browse the repository at this point in the history
* Bump metal-api to version v0.36.0

* Bump to version v0.36.0

---------

Co-authored-by: metal-stack <info@metal-stack.io>
  • Loading branch information
metal-robot[bot] and metal-stack authored Sep 30, 2024
1 parent 7b5a151 commit 6865cb2
Show file tree
Hide file tree
Showing 348 changed files with 2,458 additions and 716 deletions.
354 changes: 349 additions & 5 deletions docs/SizeApi.md

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/V1SizeCreateRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Name | Type | Description | Notes
**id** | **str** | the unique ID of this entity |
**labels** | **dict(str, str)** | free labels that you associate with this size. | [optional]
**name** | **str** | a readable name for this entity | [optional]
**reservations** | [**list[V1SizeReservation]**](V1SizeReservation.md) | reservations for this size, which are considered during machine allocation | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
14 changes: 0 additions & 14 deletions docs/V1SizeReservation.md

This file was deleted.

17 changes: 17 additions & 0 deletions docs/V1SizeReservationCreateRequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# V1SizeReservationCreateRequest

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**amount** | **int** | the amount of reservations of this size reservation |
**description** | **str** | a description for this entity | [optional]
**id** | **str** | the unique ID of this entity |
**labels** | **dict(str, str)** | free labels associated with this size reservation. | [optional]
**name** | **str** | a readable name for this entity | [optional]
**partitionids** | **list[str]** | the partition id of this size reservation |
**projectid** | **str** | the project id of this size reservation |
**sizeid** | **str** | the size id of this size reservation |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


2 changes: 1 addition & 1 deletion docs/V1SizeReservationListRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **str** | the id of this size reservation | [optional]
**partitionid** | **str** | the partition id of this size reservation | [optional]
**projectid** | **str** | the project id of this size reservation | [optional]
**sizeid** | **str** | the size id of this size reservation | [optional]
**tenant** | **str** | the tenant of this size reservation | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
13 changes: 7 additions & 6 deletions docs/V1SizeReservationResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**amount** | **int** | the amount of reservations of this size reservation |
**changed** | **datetime** | the last changed timestamp of this entity | [optional]
**created** | **datetime** | the creation time of this entity | [optional]
**description** | **str** | a description for this entity | [optional]
**id** | **str** | the unique ID of this entity |
**labels** | **dict(str, str)** | free labels associated with this size reservation. | [optional]
**partitionid** | **str** | the partition id of this size reservation |
**projectallocations** | **int** | the amount of allocations of this project referenced by this size reservation |
**name** | **str** | a readable name for this entity | [optional]
**partitionids** | **list[str]** | the partition id of this size reservation |
**projectid** | **str** | the project id of this size reservation |
**projectname** | **str** | the project name of this size reservation |
**reservations** | **int** | the amount of reservations of this size reservation |
**sizeid** | **str** | the size id of this size reservation |
**tenant** | **str** | the tenant of this size reservation |
**usedreservations** | **int** | the used amount of reservations of this size reservation |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
15 changes: 15 additions & 0 deletions docs/V1SizeReservationUpdateRequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# V1SizeReservationUpdateRequest

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**amount** | **int** | the amount of reservations of this size reservation |
**description** | **str** | a description for this entity | [optional]
**id** | **str** | the unique ID of this entity |
**labels** | **dict(str, str)** | free labels associated with this size reservation. | [optional]
**name** | **str** | a readable name for this entity | [optional]
**partitionids** | **list[str]** | the partition id of this size reservation |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


19 changes: 19 additions & 0 deletions docs/V1SizeReservationUsageResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# V1SizeReservationUsageResponse

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**amount** | **int** | the amount of reservations of this size reservation |
**description** | **str** | a description for this entity | [optional]
**id** | **str** | the unique ID of this entity |
**labels** | **dict(str, str)** | free labels associated with this size reservation. | [optional]
**name** | **str** | a readable name for this entity | [optional]
**partitionid** | **str** | the partition id of this size reservation |
**projectallocations** | **int** | the amount of allocations of this project referenced by this size reservation |
**projectid** | **str** | the project id of this size reservation |
**sizeid** | **str** | the size id of this size reservation |
**usedamount** | **int** | the used amount of reservations of this size reservation |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


1 change: 0 additions & 1 deletion docs/V1SizeResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Name | Type | Description | Notes
**id** | **str** | the unique ID of this entity |
**labels** | **dict(str, str)** | free labels that you associate with this size. |
**name** | **str** | a readable name for this entity | [optional]
**reservations** | [**list[V1SizeReservation]**](V1SizeReservation.md) | reservations for this size, which are considered during machine allocation | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
1 change: 0 additions & 1 deletion docs/V1SizeUpdateRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Name | Type | Description | Notes
**id** | **str** | the unique ID of this entity |
**labels** | **dict(str, str)** | free labels that you associate with this size. | [optional]
**name** | **str** | a readable name for this entity | [optional]
**reservations** | [**list[V1SizeReservation]**](V1SizeReservation.md) | reservations for this size, which are considered during machine allocation | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
6 changes: 4 additions & 2 deletions metal_python/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501
OpenAPI spec version: v0.35.2
OpenAPI spec version: v0.36.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down Expand Up @@ -156,9 +156,11 @@
from metal_python.models.v1_size_image_constraint_response import V1SizeImageConstraintResponse
from metal_python.models.v1_size_image_constraint_try_request import V1SizeImageConstraintTryRequest
from metal_python.models.v1_size_image_constraint_update_request import V1SizeImageConstraintUpdateRequest
from metal_python.models.v1_size_reservation import V1SizeReservation
from metal_python.models.v1_size_reservation_create_request import V1SizeReservationCreateRequest
from metal_python.models.v1_size_reservation_list_request import V1SizeReservationListRequest
from metal_python.models.v1_size_reservation_response import V1SizeReservationResponse
from metal_python.models.v1_size_reservation_update_request import V1SizeReservationUpdateRequest
from metal_python.models.v1_size_reservation_usage_response import V1SizeReservationUsageResponse
from metal_python.models.v1_size_response import V1SizeResponse
from metal_python.models.v1_size_suggest_request import V1SizeSuggestRequest
from metal_python.models.v1_size_update_request import V1SizeUpdateRequest
Expand Down
2 changes: 1 addition & 1 deletion metal_python/api/audit_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501
OpenAPI spec version: v0.35.2
OpenAPI spec version: v0.36.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion metal_python/api/filesystemlayout_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501
OpenAPI spec version: v0.35.2
OpenAPI spec version: v0.36.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion metal_python/api/firewall_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501
OpenAPI spec version: v0.35.2
OpenAPI spec version: v0.36.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion metal_python/api/firmware_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501
OpenAPI spec version: v0.35.2
OpenAPI spec version: v0.36.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion metal_python/api/health_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501
OpenAPI spec version: v0.35.2
OpenAPI spec version: v0.36.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion metal_python/api/image_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501
OpenAPI spec version: v0.35.2
OpenAPI spec version: v0.36.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion metal_python/api/ip_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501
OpenAPI spec version: v0.35.2
OpenAPI spec version: v0.36.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion metal_python/api/machine_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501
OpenAPI spec version: v0.35.2
OpenAPI spec version: v0.36.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion metal_python/api/network_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501
OpenAPI spec version: v0.35.2
OpenAPI spec version: v0.36.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion metal_python/api/partition_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501
OpenAPI spec version: v0.35.2
OpenAPI spec version: v0.36.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion metal_python/api/project_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more # noqa: E501
OpenAPI spec version: v0.35.2
OpenAPI spec version: v0.36.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
Loading

0 comments on commit 6865cb2

Please sign in to comment.