File tree 4 files changed +8
-2
lines changed
scaleway-async/scaleway_async/k8s/v1 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -723,7 +723,7 @@ async def migrate_cluster_to_routed_i_ps(
723
723
"""
724
724
Migrate a cluster to Routed IPs.
725
725
Migrate the nodes of an existing cluster to Routed IPs and enable Routed IPs for all future nodes.
726
- :param cluster_id:
726
+ :param cluster_id: Cluster ID for which the routed ip will be enabled for the nodes.
727
727
:param region: Region to target. If none is passed will use default region from the config.
728
728
:return: :class:`Cluster <Cluster>`
729
729
Original file line number Diff line number Diff line change @@ -1697,6 +1697,9 @@ class ListVersionsResponse:
1697
1697
@dataclass
1698
1698
class MigrateClusterToRoutedIPsRequest :
1699
1699
cluster_id : str
1700
+ """
1701
+ Cluster ID for which the routed ip will be enabled for the nodes.
1702
+ """
1700
1703
1701
1704
region : Optional [Region ]
1702
1705
"""
Original file line number Diff line number Diff line change @@ -723,7 +723,7 @@ def migrate_cluster_to_routed_i_ps(
723
723
"""
724
724
Migrate a cluster to Routed IPs.
725
725
Migrate the nodes of an existing cluster to Routed IPs and enable Routed IPs for all future nodes.
726
- :param cluster_id:
726
+ :param cluster_id: Cluster ID for which the routed ip will be enabled for the nodes.
727
727
:param region: Region to target. If none is passed will use default region from the config.
728
728
:return: :class:`Cluster <Cluster>`
729
729
Original file line number Diff line number Diff line change @@ -1697,6 +1697,9 @@ class ListVersionsResponse:
1697
1697
@dataclass
1698
1698
class MigrateClusterToRoutedIPsRequest :
1699
1699
cluster_id : str
1700
+ """
1701
+ Cluster ID for which the routed ip will be enabled for the nodes.
1702
+ """
1700
1703
1701
1704
region : Optional [Region ]
1702
1705
"""
You can’t perform that action at this time.
0 commit comments