File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
scaleway-async/scaleway_async/container/v1beta1
scaleway/scaleway/container/v1beta1 Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1063,7 +1063,7 @@ async def create_cron(
10631063 """
10641064 Create a new cron.
10651065 :param container_id: UUID of the container to invoke by the cron.
1066- :param schedule: UNIX cron shedule .
1066+ :param schedule: UNIX cron schedule .
10671067 :param region: Region to target. If none is passed will use default region from the config.
10681068 :param args: Arguments to pass with the cron.
10691069 :param name: Name of the cron to create.
Original file line number Diff line number Diff line change @@ -533,7 +533,7 @@ class Cron:
533533
534534 schedule : str
535535 """
536- UNIX cron shedule .
536+ UNIX cron schedule .
537537 """
538538
539539 status : CronStatus
@@ -897,7 +897,7 @@ class CreateCronRequest:
897897
898898 schedule : str
899899 """
900- UNIX cron shedule .
900+ UNIX cron schedule .
901901 """
902902
903903 region : Optional [ScwRegion ] = None
Original file line number Diff line number Diff line change @@ -1059,7 +1059,7 @@ def create_cron(
10591059 """
10601060 Create a new cron.
10611061 :param container_id: UUID of the container to invoke by the cron.
1062- :param schedule: UNIX cron shedule .
1062+ :param schedule: UNIX cron schedule .
10631063 :param region: Region to target. If none is passed will use default region from the config.
10641064 :param args: Arguments to pass with the cron.
10651065 :param name: Name of the cron to create.
Original file line number Diff line number Diff line change @@ -533,7 +533,7 @@ class Cron:
533533
534534 schedule : str
535535 """
536- UNIX cron shedule .
536+ UNIX cron schedule .
537537 """
538538
539539 status : CronStatus
@@ -897,7 +897,7 @@ class CreateCronRequest:
897897
898898 schedule : str
899899 """
900- UNIX cron shedule .
900+ UNIX cron schedule .
901901 """
902902
903903 region : Optional [ScwRegion ] = None
You can’t perform that action at this time.
0 commit comments