Skip to content

Commit

Permalink
Merge pull request #16157 from jim-minter/instantiate_doc
Browse files Browse the repository at this point in the history
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
  • Loading branch information
openshift-merge-robot authored Sep 26, 2017
2 parents fe04a6f + 9850ad2 commit bd2c9a2
Show file tree
Hide file tree
Showing 6 changed files with 222 additions and 195 deletions.
4 changes: 2 additions & 2 deletions api/docs/apis-build.openshift.io/v1.BuildConfig.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1205,7 +1205,7 @@ EOF
[cols="1,5", options="header"]
|===
|HTTP Code|Schema
|200 OK|v1.BuildRequest
|200 OK|v1.Build
|401 Unauthorized|
|===

Expand Down Expand Up @@ -1266,7 +1266,7 @@ $ curl -k \
[cols="1,5", options="header"]
|===
|HTTP Code|Schema
|200 OK|string
|200 OK|v1.Build
|401 Unauthorized|
|===

Expand Down
4 changes: 2 additions & 2 deletions api/docs/oapi/v1.BuildConfig.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1205,7 +1205,7 @@ EOF
[cols="1,5", options="header"]
|===
|HTTP Code|Schema
|200 OK|v1.BuildRequest
|200 OK|v1.Build
|401 Unauthorized|
|===

Expand Down Expand Up @@ -1266,7 +1266,7 @@ $ curl -k \
[cols="1,5", options="header"]
|===
|HTTP Code|Schema
|200 OK|string
|200 OK|v1.Build
|401 Unauthorized|
|===

Expand Down
Loading

0 comments on commit bd2c9a2

Please sign in to comment.