We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb4c058 commit 213764aCopy full SHA for 213764a
packages/clients/src/api/k8s/v1/types.gen.ts
@@ -866,8 +866,9 @@ export type DeleteClusterRequest = {
866
/** ID of the cluster to delete. */
867
clusterId: string
868
/**
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.
+ * Defines whether all volumes (including retain volume type), empty Private
+ * Networks and Load Balancers with a name starting with the cluster ID will
871
+ * also be deleted.
872
*/
873
withAdditionalResources: boolean
874
}
0 commit comments