Skip to content

Commit

Permalink
chore: fix openapigen and run make codegen (#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
whynowy authored Apr 22, 2020
1 parent 9f73feb commit 78d5eef
Show file tree
Hide file tree
Showing 11 changed files with 1,563 additions and 228 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ clientgen:
./hack/update-codegen.sh

.PHONY: openapigen
openapi-gen:
openapigen:
./hack/update-openapigen.sh
go run ./hack/gen-openapi-spec/main.go ${VERSION} > ${CURRENT_DIR}/api/openapi-spec/swagger.json

Expand Down
2 changes: 1 addition & 1 deletion api/event-source.html
Original file line number Diff line number Diff line change
Expand Up @@ -2636,5 +2636,5 @@ <h3 id="argoproj.io/v1alpha1.TLSConfig">TLSConfig
<hr/>
<p><em>
Generated with <code>gen-crd-api-reference-docs</code>
on git commit <code>4559972</code>.
on git commit <code>9f73feb</code>.
</em></p>
2 changes: 1 addition & 1 deletion api/event-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -5211,6 +5211,6 @@ ClientKeyPath refers the file path that contains client key.
<p>

<em> Generated with <code>gen-crd-api-reference-docs</code> on git
commit <code>4559972</code>. </em>
commit <code>9f73feb</code>. </em>

</p>
2 changes: 1 addition & 1 deletion api/gateway.html
Original file line number Diff line number Diff line change
Expand Up @@ -647,5 +647,5 @@ <h3 id="argoproj.io/v1alpha1.Subscribers">Subscribers
<hr/>
<p><em>
Generated with <code>gen-crd-api-reference-docs</code>
on git commit <code>4559972</code>.
on git commit <code>9f73feb</code>.
</em></p>
2 changes: 1 addition & 1 deletion api/gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -1277,6 +1277,6 @@ NATS refers to the subscribers over NATS protocol.
<p>

<em> Generated with <code>gen-crd-api-reference-docs</code> on git
commit <code>4559972</code>. </em>
commit <code>9f73feb</code>. </em>

</p>
Loading

0 comments on commit 78d5eef

Please sign in to comment.