Skip to content

Commit 8b443f4

Browse files
authored
docs(k8s): adjustments (#649)
1 parent 3fcccb0 commit 8b443f4

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -758,10 +758,7 @@ export type CreateClusterRequest = {
758758
* could be set.
759759
*/
760760
projectId?: string
761-
/**
762-
* Type of the cluster. Type of the cluster (possible values are kapsule,
763-
* multicloud).
764-
*/
761+
/** Type of the cluster (possible values are kapsule, multicloud). */
765762
type: string
766763
/** Name of the cluster. */
767764
name?: string
@@ -913,8 +910,8 @@ export type SetClusterTypeRequest = {
913910
/** ID of the cluster to migrate from one type to another. */
914911
clusterId: string
915912
/**
916-
* Type of the cluster. Type of the cluster. Note that some migrations are not
917-
* possible (please refer to product documentation).
913+
* Type of the cluster. Note that some migrations are not possible (please
914+
* refer to product documentation).
918915
*/
919916
type: string
920917
}

0 commit comments

Comments
 (0)