From b8e83629866603fb4f2da03704eefb9984fcbc3a Mon Sep 17 00:00:00 2001 From: scaleway-bot Date: Tue, 14 Apr 2026 13:54:44 +0000 Subject: [PATCH] feat: update generated APIs --- scaleway-async/scaleway_async/container/v1beta1/api.py | 3 +++ scaleway-async/scaleway_async/container/v1beta1/types.py | 4 ++-- scaleway/scaleway/container/v1beta1/api.py | 3 +++ scaleway/scaleway/container/v1beta1/types.py | 4 ++-- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/scaleway-async/scaleway_async/container/v1beta1/api.py b/scaleway-async/scaleway_async/container/v1beta1/api.py index 3f75db9f2..fa7363f71 100644 --- a/scaleway-async/scaleway_async/container/v1beta1/api.py +++ b/scaleway-async/scaleway_async/container/v1beta1/api.py @@ -616,6 +616,9 @@ async def create_container( """ Create a new container. Create a new container in the specified region. + + When creating a container, the `created` status is no longer used. The deployment process is started + and the status is set to `pending` accordingly. :param namespace_id: UUID of the namespace the container belongs to. :param name: Name of the container. :param region: Region to target. If none is passed will use default region from the config. diff --git a/scaleway-async/scaleway_async/container/v1beta1/types.py b/scaleway-async/scaleway_async/container/v1beta1/types.py index 6f645841b..0c20744c7 100644 --- a/scaleway-async/scaleway_async/container/v1beta1/types.py +++ b/scaleway-async/scaleway_async/container/v1beta1/types.py @@ -428,7 +428,7 @@ class Container: domain_name: str """ - Domain name attributed to the contaioner. + Domain name attributed to the container. """ protocol: ContainerProtocol @@ -657,7 +657,7 @@ class Namespace: error_message: Optional[str] = None """ - Last error message of the namesace. + Last error message of the namespace. """ description: Optional[str] = None diff --git a/scaleway/scaleway/container/v1beta1/api.py b/scaleway/scaleway/container/v1beta1/api.py index 2107b60d3..46540c7d5 100644 --- a/scaleway/scaleway/container/v1beta1/api.py +++ b/scaleway/scaleway/container/v1beta1/api.py @@ -612,6 +612,9 @@ def create_container( """ Create a new container. Create a new container in the specified region. + + When creating a container, the `created` status is no longer used. The deployment process is started + and the status is set to `pending` accordingly. :param namespace_id: UUID of the namespace the container belongs to. :param name: Name of the container. :param region: Region to target. If none is passed will use default region from the config. diff --git a/scaleway/scaleway/container/v1beta1/types.py b/scaleway/scaleway/container/v1beta1/types.py index 6f645841b..0c20744c7 100644 --- a/scaleway/scaleway/container/v1beta1/types.py +++ b/scaleway/scaleway/container/v1beta1/types.py @@ -428,7 +428,7 @@ class Container: domain_name: str """ - Domain name attributed to the contaioner. + Domain name attributed to the container. """ protocol: ContainerProtocol @@ -657,7 +657,7 @@ class Namespace: error_message: Optional[str] = None """ - Last error message of the namesace. + Last error message of the namespace. """ description: Optional[str] = None