Skip to content

Commit

Permalink
build version of API docs for 0.4 (#1040)
Browse files Browse the repository at this point in the history
  • Loading branch information
RichieEscarez authored and knative-prow-robot committed Mar 20, 2019
1 parent 3c04f86 commit 2205ab8
Show file tree
Hide file tree
Showing 4 changed files with 223 additions and 82 deletions.
39 changes: 38 additions & 1 deletion docs/reference/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,20 @@ Kubernetes core/v1.Affinity
<p>If specified, the pod&rsquo;s scheduling constraints</p>
</td>
</tr>
<tr>
<td>
<code>Status</code></br>
<em>
<a href="#BuildSpecStatus">
BuildSpecStatus
</a>
</em>
</td>
<td>
<em>(Optional)</em>
<p>Used for cancelling a job (and maybe more later on)</p>
</td>
</tr>
</table>
</td>
</tr>
Expand Down Expand Up @@ -682,8 +696,31 @@ Kubernetes core/v1.Affinity
<p>If specified, the pod&rsquo;s scheduling constraints</p>
</td>
</tr>
<tr>
<td>
<code>Status</code></br>
<em>
<a href="#BuildSpecStatus">
BuildSpecStatus
</a>
</em>
</td>
<td>
<em>(Optional)</em>
<p>Used for cancelling a job (and maybe more later on)</p>
</td>
</tr>
</tbody>
</table>
<h3 id="BuildSpecStatus">BuildSpecStatus
(<code>string</code> alias)</p></h3>
<p>
(<em>Appears on:</em>
<a href="#BuildSpec">BuildSpec</a>)
</p>
<p>
<p>BuildSpecStatus defines the build spec status the user can provide</p>
</p>
<h3 id="BuildStatus">BuildStatus
</h3>
<p>
Expand Down Expand Up @@ -1315,5 +1352,5 @@ This will override any of the template&rsquo;s steps environment variables.</p>
<hr/>
<p><em>
Generated with <code>gen-crd-api-reference-docs</code>
on git commit <code>695fd25</code>.
on git commit <code>ee63efc</code>.
</em></p>
2 changes: 1 addition & 1 deletion docs/reference/eventing/eventing-sources.md
Original file line number Diff line number Diff line change
Expand Up @@ -1337,5 +1337,5 @@ Kubernetes core/v1.SecretKeySelector
<hr/>
<p><em>
Generated with <code>gen-crd-api-reference-docs</code>
on git commit <code>9236f7c</code>.
on git commit <code>2efe55e1</code>.
</em></p>
16 changes: 14 additions & 2 deletions docs/reference/eventing/eventing.md
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ github.com/knative/pkg/apis/duck/v1alpha1.Addressable
<p>Channel is Addressable. It currently exposes the endpoint as a
fully-qualified DNS name which will distribute traffic over the
provided targets from inside the cluster.</p>
<p>It generally has the form {channel}.{namespace}.svc.cluster.local</p>
<p>It generally has the form {channel}.{namespace}.svc.{cluster domain name}</p>
</td>
</tr>
<tr>
Expand All @@ -732,6 +732,18 @@ github.com/knative/pkg/apis/duck/v1alpha1.Conditions
<p>Represents the latest available observations of a channel&rsquo;s current state.</p>
</td>
</tr>
<tr>
<td>
<code>internal</code></br>
<em>
k8s.io/apimachinery/pkg/runtime.RawExtension
</em>
</td>
<td>
<em>(Optional)</em>
<p>Internal is status unique to each ClusterChannelProvisioner.</p>
</td>
</tr>
</tbody>
</table>
<h3 id="ClusterChannelProvisionerSpec">ClusterChannelProvisionerSpec
Expand Down Expand Up @@ -1123,5 +1135,5 @@ string
<hr/>
<p><em>
Generated with <code>gen-crd-api-reference-docs</code>
on git commit <code>4712e3a4</code>.
on git commit <code>c3b25ccd</code>.
</em></p>
Loading

0 comments on commit 2205ab8

Please sign in to comment.