Skip to content

Commit 213764a

Browse files
authored
docs(k8s): add PNs in additional resources to delete (#687)
1 parent fb4c058 commit 213764a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/clients/src/api/k8s/v1/types.gen.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -866,8 +866,9 @@ export type DeleteClusterRequest = {
866866
/** ID of the cluster to delete. */
867867
clusterId: string
868868
/**
869-
* Defines whether all volumes (including retain volume type) and Load
870-
* Balancers with a name starting with the cluster ID will also be deleted.
869+
* Defines whether all volumes (including retain volume type), empty Private
870+
* Networks and Load Balancers with a name starting with the cluster ID will
871+
* also be deleted.
871872
*/
872873
withAdditionalResources: boolean
873874
}

0 commit comments

Comments
 (0)