Skip to content

Commit cc1a006

Browse files
committed
feat: update generated APIs
1 parent a62d149 commit cc1a006

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

scaleway-async/scaleway_async/applesilicon/v1alpha1/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ async def batch_create_servers(
205205
) -> BatchCreateServersResponse:
206206
"""
207207
Create multiple servers atomically.
208-
Create multiple servers in the targeted zone specifying their configurations. If the request cannot entirely be fullfilled, no servers are created.
208+
Create multiple servers in the targeted zone specifying their configurations. If the request cannot entirely be fulfilled, no servers are created.
209209
:param type_: Create servers of the given type.
210210
:param enable_vpc: Activate the Private Network feature for these servers. This feature is configured through the Apple Silicon - Private Networks API.
211211
:param public_bandwidth_bps: Public bandwidth to configure for these servers. This defaults to the minimum bandwidth for the corresponding server type. For compatible server types, the bandwidth can be increased which incurs additional costs.

scaleway-async/scaleway_async/k8s/v1/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1886,7 +1886,7 @@ class NodeMetadata:
18861886

18871887
repo_uri: str
18881888

1889-
installer_tags: str
1889+
installer_tags: List[str]
18901890

18911891
updater_bin_url: str
18921892

scaleway/scaleway/applesilicon/v1alpha1/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def batch_create_servers(
205205
) -> BatchCreateServersResponse:
206206
"""
207207
Create multiple servers atomically.
208-
Create multiple servers in the targeted zone specifying their configurations. If the request cannot entirely be fullfilled, no servers are created.
208+
Create multiple servers in the targeted zone specifying their configurations. If the request cannot entirely be fulfilled, no servers are created.
209209
:param type_: Create servers of the given type.
210210
:param enable_vpc: Activate the Private Network feature for these servers. This feature is configured through the Apple Silicon - Private Networks API.
211211
:param public_bandwidth_bps: Public bandwidth to configure for these servers. This defaults to the minimum bandwidth for the corresponding server type. For compatible server types, the bandwidth can be increased which incurs additional costs.

scaleway/scaleway/k8s/v1/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1886,7 +1886,7 @@ class NodeMetadata:
18861886

18871887
repo_uri: str
18881888

1889-
installer_tags: str
1889+
installer_tags: List[str]
18901890

18911891
updater_bin_url: str
18921892

0 commit comments

Comments
 (0)