Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #823 from StrongMonkey/update-api-docs=2
Browse files Browse the repository at this point in the history
Update API-docs
  • Loading branch information
cbron authored Nov 18, 2019
2 parents 67c471a + f8c6831 commit 27d09b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
16 changes: 3 additions & 13 deletions docs/api-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -708,16 +708,6 @@ string
</tr>
<tr>
<td>
<code>ready</code></br>
<em>
bool
</em>
</td>
<td>
</td>
</tr>
<tr>
<td>
<code>systemComponentReadyMap</code></br>
<em>
map[string]string
Expand Down Expand Up @@ -3642,7 +3632,7 @@ int
</em>
</td>
<td>
<p>Increment Value each Rollout can scale up or down</p>
<p>Increment Value each Rollout can scale up or down, always a positive number</p>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -4918,7 +4908,7 @@ Kubernetes core/v1.HostPathType
</em>
</td>
<td>
<p>The</p>
<p>HostPathType specify HostPath type</p>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -5087,5 +5077,5 @@ int
<hr/>
<p><em>
Generated with <code>gen-crd-api-reference-docs</code>
on git commit <code>a593a33c</code>.
on git commit <code>7e0dd7a98</code>.
</em></p>
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
//go:generate go run ./vendor/github.com/go-bindata/go-bindata/go-bindata -tags static -o ./stacks/bindata.go -ignore bindata.go -pkg stacks -modtime 1557785965 -mode 0644 ./stacks/
//go:generate go fmt stacks/bindata.go
//go:generate go run pkg/codegen/main.go
//go:generate go run ./vendor/github.com/ahmetb/gen-crd-api-reference-docs/main.go -config ./apidocs/doc-config.json -api-dir "github.com/rancher/rio/pkg/apis/" -out-file ./docs/api-docs.md --template-dir ./apidocs

package main

Expand Down

0 comments on commit 27d09b5

Please sign in to comment.