File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
scaleway-async/scaleway_async/container/v1beta1 Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -736,6 +736,7 @@ async def update_container(
736736 - concurrent_requests_threshold: Scale depending on the number of concurrent requests being processed per container instance.
737737 - cpu_usage_threshold: Scale depending on the CPU usage of a container instance.
738738 :param health_check: Health check configuration of the container.
739+
739740 :return: :class:`Container <Container>`
740741
741742 Usage:
Original file line number Diff line number Diff line change @@ -481,6 +481,7 @@ class Container:
481481 Possible values:
482482- concurrent_requests_threshold: Scale depending on the number of concurrent requests being processed per container instance.
483483- cpu_usage_threshold: Scale depending on the CPU usage of a container instance.
484+
484485 """
485486
486487 health_check : Optional [ContainerHealthCheckSpec ]
You can’t perform that action at this time.
0 commit comments