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
9 changes: 3 additions & 6 deletions packages/clients/src/api/k8s/v1/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -758,10 +758,7 @@ export type CreateClusterRequest = {
* could be set.
*/
projectId?: string
/**
* Type of the cluster. Type of the cluster (possible values are kapsule,
* multicloud).
*/
/** Type of the cluster (possible values are kapsule, multicloud). */
type: string
/** Name of the cluster. */
name?: string
Expand Down Expand Up @@ -913,8 +910,8 @@ export type SetClusterTypeRequest = {
/** ID of the cluster to migrate from one type to another. */
clusterId: string
/**
* Type of the cluster. Type of the cluster. Note that some migrations are not
* possible (please refer to product documentation).
* Type of the cluster. Note that some migrations are not possible (please
* refer to product documentation).
*/
type: string
}
Expand Down