Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions packages/clients/src/api/k8s/v1/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -866,8 +866,9 @@ export type DeleteClusterRequest = {
/** ID of the cluster to delete. */
clusterId: string
/**
* Defines whether all volumes (including retain volume type) and Load
* 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
* also be deleted.
*/
withAdditionalResources: boolean
}
Expand Down