You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scaleway-async/scaleway_async/k8s/v1/api.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -448,7 +448,7 @@ async def delete_cluster(
448
448
Delete a specific Kubernetes cluster and all its associated pools and nodes. Note that this method will not delete any Load Balancer or Block Volume that are associated with the cluster.
449
449
:param region: Region to target. If none is passed will use default region from the config.
450
450
:param cluster_id: ID of the cluster to delete.
451
-
:param with_additional_resources: Defines whether all volumes (including retain volume type) and Load Balancers with a name starting with the cluster ID will also be deleted.
451
+
:param with_additional_resources: Defines whether all volumes (including retain volume type), empty Private Networks and Load Balancers with a name starting with the cluster ID will also be deleted.
Copy file name to clipboardExpand all lines: scaleway-async/scaleway_async/k8s/v1/types.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1383,7 +1383,7 @@ class DeleteClusterRequest:
1383
1383
1384
1384
with_additional_resources: bool
1385
1385
"""
1386
-
Defines whether all volumes (including retain volume type) and Load Balancers with a name starting with the cluster ID will also be deleted.
1386
+
Defines whether all volumes (including retain volume type), empty Private Networks and Load Balancers with a name starting with the cluster ID will also be deleted.
Copy file name to clipboardExpand all lines: scaleway/scaleway/k8s/v1/api.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -448,7 +448,7 @@ def delete_cluster(
448
448
Delete a specific Kubernetes cluster and all its associated pools and nodes. Note that this method will not delete any Load Balancer or Block Volume that are associated with the cluster.
449
449
:param region: Region to target. If none is passed will use default region from the config.
450
450
:param cluster_id: ID of the cluster to delete.
451
-
:param with_additional_resources: Defines whether all volumes (including retain volume type) and Load Balancers with a name starting with the cluster ID will also be deleted.
451
+
:param with_additional_resources: Defines whether all volumes (including retain volume type), empty Private Networks and Load Balancers with a name starting with the cluster ID will also be deleted.
Copy file name to clipboardExpand all lines: scaleway/scaleway/k8s/v1/types.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1383,7 +1383,7 @@ class DeleteClusterRequest:
1383
1383
1384
1384
with_additional_resources: bool
1385
1385
"""
1386
-
Defines whether all volumes (including retain volume type) and Load Balancers with a name starting with the cluster ID will also be deleted.
1386
+
Defines whether all volumes (including retain volume type), empty Private Networks and Load Balancers with a name starting with the cluster ID will also be deleted.
0 commit comments