Skip to content

Commit

Permalink
deploy: c4b4d00
Browse files Browse the repository at this point in the history
  • Loading branch information
whynowy committed Sep 9, 2024
1 parent 1633d84 commit 5c5c875
Show file tree
Hide file tree
Showing 86 changed files with 3,749 additions and 99 deletions.
14 changes: 14 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -1547,6 +1547,20 @@








<li class="md-nav__item">
<a href="/user-guide/reference/configuration/update-strategy/" class="md-nav__link">
Update Strategy
</a>
</li>




</ul>
</nav>
</li>
Expand Down
73 changes: 64 additions & 9 deletions APIs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1553,6 +1553,20 @@








<li class="md-nav__item">
<a href="../user-guide/reference/configuration/update-strategy/" class="md-nav__link">
Update Strategy
</a>
</li>




</ul>
</nav>
</li>
Expand Down Expand Up @@ -3071,6 +3085,27 @@ <h3 id="numaflow.numaproj.io/v1alpha1.AbstractVertex">

</tr>

<tr>

<td>

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

<td>

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

The strategy to use to replace existing pods with new ones.
</p>

</td>

</tr>

</tbody>

</table>
Expand Down Expand Up @@ -13035,6 +13070,7 @@ <h3 id="numaflow.numaproj.io/v1alpha1.UpdateStrategy">
<p>

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

Expand Down Expand Up @@ -13824,6 +13860,25 @@ <h3 id="numaflow.numaproj.io/v1alpha1.VertexStatus">

<td>

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

<td>

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

The number of desired replicas.
</p>

</td>

</tr>

<tr>

<td>

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

Expand Down Expand Up @@ -13925,15 +13980,15 @@ <h3 id="numaflow.numaproj.io/v1alpha1.VertexStatus">

<td>

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

<td>

<p>

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

</td>
Expand All @@ -13944,15 +13999,15 @@ <h3 id="numaflow.numaproj.io/v1alpha1.VertexStatus">

<td>

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

<td>

<p>

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

</td>
Expand All @@ -13970,8 +14025,8 @@ <h3 id="numaflow.numaproj.io/v1alpha1.VertexStatus">

<p>

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

</td>
Expand All @@ -13989,8 +14044,8 @@ <h3 id="numaflow.numaproj.io/v1alpha1.VertexStatus">

<p>

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

</td>
Expand Down
14 changes: 14 additions & 0 deletions core-concepts/inter-step-buffer-service/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1723,6 +1723,20 @@








<li class="md-nav__item">
<a href="../../user-guide/reference/configuration/update-strategy/" class="md-nav__link">
Update Strategy
</a>
</li>




</ul>
</nav>
</li>
Expand Down
14 changes: 14 additions & 0 deletions core-concepts/inter-step-buffer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1568,6 +1568,20 @@








<li class="md-nav__item">
<a href="../../user-guide/reference/configuration/update-strategy/" class="md-nav__link">
Update Strategy
</a>
</li>




</ul>
</nav>
</li>
Expand Down
14 changes: 14 additions & 0 deletions core-concepts/pipeline/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1568,6 +1568,20 @@








<li class="md-nav__item">
<a href="../../user-guide/reference/configuration/update-strategy/" class="md-nav__link">
Update Strategy
</a>
</li>




</ul>
</nav>
</li>
Expand Down
14 changes: 14 additions & 0 deletions core-concepts/vertex/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1568,6 +1568,20 @@








<li class="md-nav__item">
<a href="../../user-guide/reference/configuration/update-strategy/" class="md-nav__link">
Update Strategy
</a>
</li>




</ul>
</nav>
</li>
Expand Down
14 changes: 14 additions & 0 deletions core-concepts/watermarks/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1687,6 +1687,20 @@








<li class="md-nav__item">
<a href="../../user-guide/reference/configuration/update-strategy/" class="md-nav__link">
Update Strategy
</a>
</li>




</ul>
</nav>
</li>
Expand Down
14 changes: 14 additions & 0 deletions development/debugging/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1554,6 +1554,20 @@








<li class="md-nav__item">
<a href="../../user-guide/reference/configuration/update-strategy/" class="md-nav__link">
Update Strategy
</a>
</li>




</ul>
</nav>
</li>
Expand Down
14 changes: 14 additions & 0 deletions development/development/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1554,6 +1554,20 @@








<li class="md-nav__item">
<a href="../../user-guide/reference/configuration/update-strategy/" class="md-nav__link">
Update Strategy
</a>
</li>




</ul>
</nav>
</li>
Expand Down
14 changes: 14 additions & 0 deletions development/releasing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1554,6 +1554,20 @@








<li class="md-nav__item">
<a href="../../user-guide/reference/configuration/update-strategy/" class="md-nav__link">
Update Strategy
</a>
</li>




</ul>
</nav>
</li>
Expand Down
14 changes: 14 additions & 0 deletions development/static-code-analysis/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1554,6 +1554,20 @@








<li class="md-nav__item">
<a href="../../user-guide/reference/configuration/update-strategy/" class="md-nav__link">
Update Strategy
</a>
</li>




</ul>
</nav>
</li>
Expand Down
14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1630,6 +1630,20 @@








<li class="md-nav__item">
<a href="user-guide/reference/configuration/update-strategy/" class="md-nav__link">
Update Strategy
</a>
</li>




</ul>
</nav>
</li>
Expand Down
14 changes: 14 additions & 0 deletions operations/controller-configmap/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1554,6 +1554,20 @@








<li class="md-nav__item">
<a href="../../user-guide/reference/configuration/update-strategy/" class="md-nav__link">
Update Strategy
</a>
</li>




</ul>
</nav>
</li>
Expand Down
Loading

0 comments on commit 5c5c875

Please sign in to comment.