Skip to content

Commit 2205ab8

Browse files
RichieEscarezknative-prow-robot
authored andcommitted
build version of API docs for 0.4 (#1040)
1 parent 3c04f86 commit 2205ab8

File tree

4 files changed

+223
-82
lines changed

4 files changed

+223
-82
lines changed

docs/reference/build.md

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,20 @@ Kubernetes core/v1.Affinity
219219
<p>If specified, the pod&rsquo;s scheduling constraints</p>
220220
</td>
221221
</tr>
222+
<tr>
223+
<td>
224+
<code>Status</code></br>
225+
<em>
226+
<a href="#BuildSpecStatus">
227+
BuildSpecStatus
228+
</a>
229+
</em>
230+
</td>
231+
<td>
232+
<em>(Optional)</em>
233+
<p>Used for cancelling a job (and maybe more later on)</p>
234+
</td>
235+
</tr>
222236
</table>
223237
</td>
224238
</tr>
@@ -682,8 +696,31 @@ Kubernetes core/v1.Affinity
682696
<p>If specified, the pod&rsquo;s scheduling constraints</p>
683697
</td>
684698
</tr>
699+
<tr>
700+
<td>
701+
<code>Status</code></br>
702+
<em>
703+
<a href="#BuildSpecStatus">
704+
BuildSpecStatus
705+
</a>
706+
</em>
707+
</td>
708+
<td>
709+
<em>(Optional)</em>
710+
<p>Used for cancelling a job (and maybe more later on)</p>
711+
</td>
712+
</tr>
685713
</tbody>
686714
</table>
715+
<h3 id="BuildSpecStatus">BuildSpecStatus
716+
(<code>string</code> alias)</p></h3>
717+
<p>
718+
(<em>Appears on:</em>
719+
<a href="#BuildSpec">BuildSpec</a>)
720+
</p>
721+
<p>
722+
<p>BuildSpecStatus defines the build spec status the user can provide</p>
723+
</p>
687724
<h3 id="BuildStatus">BuildStatus
688725
</h3>
689726
<p>
@@ -1315,5 +1352,5 @@ This will override any of the template&rsquo;s steps environment variables.</p>
13151352
<hr/>
13161353
<p><em>
13171354
Generated with <code>gen-crd-api-reference-docs</code>
1318-
on git commit <code>695fd25</code>.
1355+
on git commit <code>ee63efc</code>.
13191356
</em></p>

docs/reference/eventing/eventing-sources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1337,5 +1337,5 @@ Kubernetes core/v1.SecretKeySelector
13371337
<hr/>
13381338
<p><em>
13391339
Generated with <code>gen-crd-api-reference-docs</code>
1340-
on git commit <code>9236f7c</code>.
1340+
on git commit <code>2efe55e1</code>.
13411341
</em></p>

docs/reference/eventing/eventing.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ github.com/knative/pkg/apis/duck/v1alpha1.Addressable
715715
<p>Channel is Addressable. It currently exposes the endpoint as a
716716
fully-qualified DNS name which will distribute traffic over the
717717
provided targets from inside the cluster.</p>
718-
<p>It generally has the form {channel}.{namespace}.svc.cluster.local</p>
718+
<p>It generally has the form {channel}.{namespace}.svc.{cluster domain name}</p>
719719
</td>
720720
</tr>
721721
<tr>
@@ -732,6 +732,18 @@ github.com/knative/pkg/apis/duck/v1alpha1.Conditions
732732
<p>Represents the latest available observations of a channel&rsquo;s current state.</p>
733733
</td>
734734
</tr>
735+
<tr>
736+
<td>
737+
<code>internal</code></br>
738+
<em>
739+
k8s.io/apimachinery/pkg/runtime.RawExtension
740+
</em>
741+
</td>
742+
<td>
743+
<em>(Optional)</em>
744+
<p>Internal is status unique to each ClusterChannelProvisioner.</p>
745+
</td>
746+
</tr>
735747
</tbody>
736748
</table>
737749
<h3 id="ClusterChannelProvisionerSpec">ClusterChannelProvisionerSpec
@@ -1123,5 +1135,5 @@ string
11231135
<hr/>
11241136
<p><em>
11251137
Generated with <code>gen-crd-api-reference-docs</code>
1126-
on git commit <code>4712e3a4</code>.
1138+
on git commit <code>c3b25ccd</code>.
11271139
</em></p>

0 commit comments

Comments
 (0)