Skip to content

Commit

Permalink
deploy: 97ccc7f
Browse files Browse the repository at this point in the history
  • Loading branch information
whynowy committed Aug 31, 2024
1 parent 0c8aa1a commit 52341b7
Show file tree
Hide file tree
Showing 4 changed files with 233 additions and 81 deletions.
152 changes: 152 additions & 0 deletions APIs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8589,6 +8589,82 @@ <h3 id="numaflow.numaproj.io/v1alpha1.MonoVertexStatus">

</tr>

<tr>

<td>

<code>currentReplicas</code></br> <em> uint32 </em>
</td>

<td>

<p>

The number of Pods created by the controller from the MonoVertex version
indicated by currentHash.
</p>

</td>

</tr>

<tr>

<td>

<code>updatedReplicas</code></br> <em> uint32 </em>
</td>

<td>

<p>

The number of Pods created by the controller from the MonoVertex version
indicated by updateHash.
</p>

</td>

</tr>

<tr>

<td>

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

<td>

<p>

If not empty, indicates the version of the MonoVertex used to generate
Pods in the sequence \[0,currentReplicas).
</p>

</td>

</tr>

<tr>

<td>

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

<td>

<p>

If not empty, indicates the version of the MonoVertx used to generate
Pods in the sequence \[replicas-updatedReplicas,replicas)
</p>

</td>

</tr>

</tbody>

</table>
Expand Down Expand Up @@ -13560,6 +13636,82 @@ <h3 id="numaflow.numaproj.io/v1alpha1.VertexStatus">

</tr>

<tr>

<td>

<code>currentReplicas</code></br> <em> uint32 </em>
</td>

<td>

<p>

The number of Pods created by the controller from the Vertex version
indicated by currentHash.
</p>

</td>

</tr>

<tr>

<td>

<code>updatedReplicas</code></br> <em> uint32 </em>
</td>

<td>

<p>

The number of Pods created by the controller from the Vertex version
indicated by updateHash.
</p>

</td>

</tr>

<tr>

<td>

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

<td>

<p>

If not empty, indicates the version of the Vertex used to generate Pods
in the sequence \[0,currentReplicas).
</p>

</td>

</tr>

<tr>

<td>

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

<td>

<p>

If not empty, indicates the version of the Vertx used to generate Pods
in the sequence \[replicas-updatedReplicas,replicas)
</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 52341b7

Please sign in to comment.