Skip to content

Commit 6890883

Browse files
authored
docs(k8s): add precisions for type of CreateClusterRequest (#388)
1 parent d0052fa commit 6890883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/clients/src/api/k8s/v1/types.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ export type CreateClusterRequest = {
726726
* could be set.
727727
*/
728728
projectId?: string
729-
/** The type of the cluster */
729+
/** The type of the cluster (possible values are kapsule, multicloud). */
730730
type: string
731731
/** The name of the cluster */
732732
name?: string

0 commit comments

Comments
 (0)