diff --git a/scaleway-async/scaleway_async/container/v1beta1/api.py b/scaleway-async/scaleway_async/container/v1beta1/api.py index 5a3e54bb2..9e85ad6f0 100644 --- a/scaleway-async/scaleway_async/container/v1beta1/api.py +++ b/scaleway-async/scaleway_async/container/v1beta1/api.py @@ -1063,7 +1063,7 @@ async def create_cron( """ Create a new cron. :param container_id: UUID of the container to invoke by the cron. - :param schedule: UNIX cron shedule. + :param schedule: UNIX cron schedule. :param region: Region to target. If none is passed will use default region from the config. :param args: Arguments to pass with the cron. :param name: Name of the cron to create. diff --git a/scaleway-async/scaleway_async/container/v1beta1/types.py b/scaleway-async/scaleway_async/container/v1beta1/types.py index 4279da600..fdd5f2995 100644 --- a/scaleway-async/scaleway_async/container/v1beta1/types.py +++ b/scaleway-async/scaleway_async/container/v1beta1/types.py @@ -533,7 +533,7 @@ class Cron: schedule: str """ - UNIX cron shedule. + UNIX cron schedule. """ status: CronStatus @@ -897,7 +897,7 @@ class CreateCronRequest: schedule: str """ - UNIX cron shedule. + UNIX cron schedule. """ region: Optional[ScwRegion] = None diff --git a/scaleway/scaleway/container/v1beta1/api.py b/scaleway/scaleway/container/v1beta1/api.py index fbf32ef9d..f950c5193 100644 --- a/scaleway/scaleway/container/v1beta1/api.py +++ b/scaleway/scaleway/container/v1beta1/api.py @@ -1059,7 +1059,7 @@ def create_cron( """ Create a new cron. :param container_id: UUID of the container to invoke by the cron. - :param schedule: UNIX cron shedule. + :param schedule: UNIX cron schedule. :param region: Region to target. If none is passed will use default region from the config. :param args: Arguments to pass with the cron. :param name: Name of the cron to create. diff --git a/scaleway/scaleway/container/v1beta1/types.py b/scaleway/scaleway/container/v1beta1/types.py index 4279da600..fdd5f2995 100644 --- a/scaleway/scaleway/container/v1beta1/types.py +++ b/scaleway/scaleway/container/v1beta1/types.py @@ -533,7 +533,7 @@ class Cron: schedule: str """ - UNIX cron shedule. + UNIX cron schedule. """ status: CronStatus @@ -897,7 +897,7 @@ class CreateCronRequest: schedule: str """ - UNIX cron shedule. + UNIX cron schedule. """ region: Optional[ScwRegion] = None