Skip to content

Commit b13125b

Browse files
authored
docs(k8s): add PNs in additional resources to delete (#202)
1 parent aef35d9 commit b13125b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

scaleway-async/scaleway_async/k8s/v1/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ async def delete_cluster(
448448
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.
449449
:param region: Region to target. If none is passed will use default region from the config.
450450
: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.
452452
:return: :class:`Cluster <Cluster>`
453453
454454
Usage:

scaleway-async/scaleway_async/k8s/v1/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1383,7 +1383,7 @@ class DeleteClusterRequest:
13831383

13841384
with_additional_resources: bool
13851385
"""
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.
13871387
"""
13881388

13891389

scaleway/scaleway/k8s/v1/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ def delete_cluster(
448448
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.
449449
:param region: Region to target. If none is passed will use default region from the config.
450450
: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.
452452
:return: :class:`Cluster <Cluster>`
453453
454454
Usage:

scaleway/scaleway/k8s/v1/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1383,7 +1383,7 @@ class DeleteClusterRequest:
13831383

13841384
with_additional_resources: bool
13851385
"""
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.
13871387
"""
13881388

13891389

0 commit comments

Comments
 (0)