File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
packages/clients/src/api/k8s/v1 Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments