Skip to content

Commit

Permalink
deploy: 2653fb2
Browse files Browse the repository at this point in the history
  • Loading branch information
whynowy committed Jan 14, 2025
1 parent 8c23818 commit e2feaf9
Show file tree
Hide file tree
Showing 6 changed files with 223 additions and 88 deletions.
119 changes: 119 additions & 0 deletions APIs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11591,6 +11591,125 @@ <h3 id="numaflow.numaproj.io/v1alpha1.SASL">

</tr>

<tr>

<td>

<code>oauth</code></br> <em>
<a href="#numaflow.numaproj.io/v1alpha1.SASLOAuth"> SASLOAuth </a> </em>
</td>

<td>

<em>(Optional)</em>
<p>

OAuth contains the oauth config
</p>

</td>

</tr>

</tbody>

</table>

<h3 id="numaflow.numaproj.io/v1alpha1.SASLOAuth">

SASLOAuth
</h3>

<p>

(<em>Appears on:</em>
<a href="#numaflow.numaproj.io/v1alpha1.SASL">SASL</a>)
</p>

<p>

</p>

<table>

<thead>

<tr>

<th>

Field
</th>

<th>

Description
</th>

</tr>

</thead>

<tbody>

<tr>

<td>

<code>clientID</code></br> <em>
<a href="https://v1-18.docs.kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#secretkeyselector-v1-core">
Kubernetes core/v1.SecretKeySelector </a> </em>
</td>

<td>

<p>

ClientID refers to the secret that contains the client id
</p>

</td>

</tr>

<tr>

<td>

<code>clientSecret</code></br> <em>
<a href="https://v1-18.docs.kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/#secretkeyselector-v1-core">
Kubernetes core/v1.SecretKeySelector </a> </em>
</td>

<td>

<p>

ClientSecret refers to the secret that contains the client secret
</p>

</td>

</tr>

<tr>

<td>

<code>tokenEndpoint</code></br> <em> string </em>
</td>

<td>

<p>

TokenEndpoint refers to the token endpoint
</p>

</td>

</tr>

</tbody>

</table>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit e2feaf9

Please sign in to comment.