From 8d80c041cbda9f68f2d147856e45133c698e5bd7 Mon Sep 17 00:00:00 2001 From: scaleway-bot Date: Thu, 19 Jan 2023 15:46:53 +0000 Subject: [PATCH] feat: update generated APIs --- packages/clients/src/api/k8s/v1/types.gen.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/clients/src/api/k8s/v1/types.gen.ts b/packages/clients/src/api/k8s/v1/types.gen.ts index 9d1f59e40..b6327ac39 100644 --- a/packages/clients/src/api/k8s/v1/types.gen.ts +++ b/packages/clients/src/api/k8s/v1/types.gen.ts @@ -726,7 +726,7 @@ export type CreateClusterRequest = { * could be set. */ projectId?: string - /** The type of the cluster */ + /** The type of the cluster (possible values are kapsule, multicloud). */ type: string /** The name of the cluster */ name?: string