Skip to content

Commit

Permalink
Deployed a94f884 to head with MkDocs 1.6.1 and mike 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 2, 2025
1 parent 01f37b0 commit b3f1873
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 3 deletions.
44 changes: 42 additions & 2 deletions head/resource-reference/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11861,13 +11861,53 @@ <h3 id="k0smotroncontrolplanestatus">K0smotronControlPlane.status<a class="heade
Ready denotes that the control plane is ready<br/>
</td>
<td>true</td>
</tr><tr>
<td><b>readyReplicas</b></td>
<td>integer</td>
<td>
readyReplicas is the total number of fully running and ready control plane pods.<br/>
<br/>
<i>Format</i>: int32<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>replicas</b></td>
<td>integer</td>
<td>
replicas is the total number of pods targeted by this control plane<br/>
<br/>
<i>Format</i>: int32<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>unavailableReplicas</b></td>
<td>integer</td>
<td>
unavailableReplicas is the total number of unavailable pods targeted by this control plane.
This is the total number of pods with Condition Ready = false.
They may either be pods that are running but not yet ready.<br/>
<br/>
<i>Format</i>: int32<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>updatedReplicas</b></td>
<td>integer</td>
<td>
updatedReplicas is the total number of pods targeted by this control plane
that have the desired version.<br/>
<br/>
<i>Format</i>: int32<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>version</b></td>
<td>string</td>
<td>
<br/>
version represents the minimum Kubernetes version for the control plane pods
in the cluster.<br/>
</td>
<td>true</td>
<td>false</td>
</tr></tbody>
</table>

Expand Down
2 changes: 1 addition & 1 deletion head/search/search_index.json

Large diffs are not rendered by default.

0 comments on commit b3f1873

Please sign in to comment.