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