From 8d5d30845a0dcd33d9f75d88c4a20c7f11fc2cba Mon Sep 17 00:00:00 2001 From: scaleway-bot Date: Wed, 31 May 2023 16:03:53 +0000 Subject: [PATCH] feat: update generated APIs --- packages/clients/src/api/k8s/v1/types.gen.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/clients/src/api/k8s/v1/types.gen.ts b/packages/clients/src/api/k8s/v1/types.gen.ts index 2f3c54f13..5609bba7e 100644 --- a/packages/clients/src/api/k8s/v1/types.gen.ts +++ b/packages/clients/src/api/k8s/v1/types.gen.ts @@ -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 }