Skip to content

Commit bd2c9a2

Browse files
Merge pull request #16157 from jim-minter/instantiate_doc
Automatic merge from submit-queue (batch tested with PRs 16546, 16398, 16157) api docs should show right return value for build instantiate{binary,} fixes #8345 dependent on kubernetes/kubernetes#51972 merging
2 parents fe04a6f + 9850ad2 commit bd2c9a2

File tree

6 files changed

+222
-195
lines changed

6 files changed

+222
-195
lines changed

api/docs/apis-build.openshift.io/v1.BuildConfig.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1205,7 +1205,7 @@ EOF
12051205
[cols="1,5", options="header"]
12061206
|===
12071207
|HTTP Code|Schema
1208-
|200 OK|v1.BuildRequest
1208+
|200 OK|v1.Build
12091209
|401 Unauthorized|
12101210
|===
12111211

@@ -1266,7 +1266,7 @@ $ curl -k \
12661266
[cols="1,5", options="header"]
12671267
|===
12681268
|HTTP Code|Schema
1269-
|200 OK|string
1269+
|200 OK|v1.Build
12701270
|401 Unauthorized|
12711271
|===
12721272

api/docs/oapi/v1.BuildConfig.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1205,7 +1205,7 @@ EOF
12051205
[cols="1,5", options="header"]
12061206
|===
12071207
|HTTP Code|Schema
1208-
|200 OK|v1.BuildRequest
1208+
|200 OK|v1.Build
12091209
|401 Unauthorized|
12101210
|===
12111211

@@ -1266,7 +1266,7 @@ $ curl -k \
12661266
[cols="1,5", options="header"]
12671267
|===
12681268
|HTTP Code|Schema
1269-
|200 OK|string
1269+
|200 OK|v1.Build
12701270
|401 Unauthorized|
12711271
|===
12721272

0 commit comments

Comments
 (0)