Skip to content

Commit

Permalink
Add field imagePullSecrets (knative#1961)
Browse files Browse the repository at this point in the history
* Add field imagePullSecrets

* applying suggestion before merge
  • Loading branch information
Tara Gu authored and knative-prow-robot committed Nov 9, 2019
1 parent b67c2ef commit 080b4b0
Showing 1 changed file with 40 additions and 2 deletions.
42 changes: 40 additions & 2 deletions docs/serving/spec/knative-api-specification-1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ APPROVED</p>

</td>
<td><p style="text-align: right">
2019-08-02</p>
2019-11-04</p>

</td>
</tr>
<tr>
<td><p style="text-align: right">
<strong>Version</strong></p>
</td>
<td> 1.0 </td>
<td> 1.0.1 </td>
</tr>
</table>

Expand Down Expand Up @@ -1188,6 +1188,18 @@ constitutes a request.
<td>RECOMMENDED
</td>
</tr>
<tr>
<td><code>imagePullSecrets</code>
</td>
<td>[]<a href="#localobjectreference">LocalObjectReference</a>
<br>
(Optional)
</td>
<td>The list of secrets for pulling images from private repositories.
</td>
<td>RECOMMENDED
</td>
</tr>
</table>

### Status:
Expand Down Expand Up @@ -2707,3 +2719,29 @@ Max: 1
</td>
</tr>
</table>

## LocalObjectReference

<table>
<tr>
<td><strong>FieldName</strong>
</td>
<td><strong>Field Type</strong>
</td>
<td><strong>Description</strong>
</td>
<td><strong>Schema Requirement</strong>
</td>
</tr>
<tr>
<td><code>name</code>
</td>
<td>string
</td>
<td>As specified in Kubernetes <a href="https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.13/#localobjectreference-v1-core">core/v1.LocalObjectReference</a>.
</td>
<td>REQUIRED, if imagePullSecrets is supported.
</td>
</tr>

</table>

0 comments on commit 080b4b0

Please sign in to comment.