File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -1054,8 +1054,7 @@ type CreateClusterRequest struct {
10541054 // ProjectID: project ID in which the cluster will be created.
10551055 // Precisely one of OrganizationID, ProjectID must be set.
10561056 ProjectID * string `json:"project_id,omitempty"`
1057- // Type: type of the cluster.
1058- // Type of the cluster (possible values are kapsule, multicloud).
1057+ // Type: type of the cluster (possible values are kapsule, multicloud).
10591058 Type string `json:"type"`
10601059 // Name: name of the cluster.
10611060 Name string `json:"name"`
@@ -1355,8 +1354,7 @@ type SetClusterTypeRequest struct {
13551354 Region scw.Region `json:"-"`
13561355 // ClusterID: ID of the cluster to migrate from one type to another.
13571356 ClusterID string `json:"-"`
1358- // Type: type of the cluster.
1359- // Type of the cluster. Note that some migrations are not possible (please refer to product documentation).
1357+ // Type: type of the cluster. Note that some migrations are not possible (please refer to product documentation).
13601358 Type string `json:"type"`
13611359}
13621360
You can’t perform that action at this time.
0 commit comments