Skip to content

Commit 10e5f94

Browse files
author
Keerthan Mala
committed
regenerate the server stub after the change to the spec to use old instead of existing client
1 parent b9f9014 commit 10e5f94

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pkg/swagger/restapi/embedded_spec.go

+1-1
Large diffs are not rendered by default.

pkg/swagger/restapi/operations/create_cluster_details_for_v2.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func NewCreateClusterDetailsForV2(ctx *middleware.Context, handler CreateCluster
2929

3030
/*CreateClusterDetailsForV2 swagger:route POST /v2/clusters/{id} createClusterDetailsForV2
3131
32-
create a cluster with all components.This endpoint is to support existing clients
32+
create a cluster with all components.This endpoint is to support old clients
3333
3434
*/
3535
type CreateClusterDetailsForV2 struct {

pkg/swagger/restapi/operations/get_components_by_latest_release_for_v2.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ func NewGetComponentsByLatestReleaseForV2(ctx *middleware.Context, handler GetCo
3434

3535
/*GetComponentsByLatestReleaseForV2 swagger:route POST /v2/versions/latest getComponentsByLatestReleaseForV2
3636
37-
list the latest release version of the components.This endpoint is to support existing clients
37+
list the latest release version of the components.This endpoint is to support old clients
3838
3939
*/
4040
type GetComponentsByLatestReleaseForV2 struct {

0 commit comments

Comments
 (0)