Skip to content

Commit c6d0bc6

Browse files
author
Quentin Brosse
authored
feat: update generated apis (#208)
1 parent e60c1d4 commit c6d0bc6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

api/baremetal/v1alpha1/baremetal_sdk.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ type IP struct {
343343
//
344344
// Default value: unknown
345345
ReverseStatus IPReverseStatus `json:"reverse_status"`
346-
// ReverseStatusMessage message is an error occured with reverse
346+
// ReverseStatusMessage a message related to the reverse status, in case of an error for example
347347
ReverseStatusMessage *string `json:"reverse_status_message"`
348348
}
349349

api/instance/v1/instance_sdk.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ type Image struct {
777777

778778
ExtraVolumes map[string]*Volume `json:"extra_volumes"`
779779

780-
FromServer *ServerSummary `json:"from_server"`
780+
FromServer string `json:"from_server"`
781781

782782
Organization string `json:"organization"`
783783

@@ -1921,7 +1921,7 @@ type ListImagesRequest struct {
19211921

19221922
Name *string `json:"-"`
19231923

1924-
Public bool `json:"-"`
1924+
Public *bool `json:"-"`
19251925

19261926
Arch *string `json:"-"`
19271927
}
@@ -2111,7 +2111,7 @@ type setImageRequest struct {
21112111

21122112
ExtraVolumes map[string]*Volume `json:"extra_volumes"`
21132113

2114-
FromServer *ServerSummary `json:"from_server"`
2114+
FromServer string `json:"from_server"`
21152115

21162116
Organization string `json:"organization"`
21172117

0 commit comments

Comments
 (0)