Skip to content

Commit

Permalink
Adds docs for toleratios in source cmdProbe (#4442)
Browse files Browse the repository at this point in the history
Signed-off-by: nagesh bansal <nageshbansal59@gmail.com>
  • Loading branch information
Nageshbansal committed Mar 1, 2024
1 parent f86aad1 commit 516a7a0
Showing 1 changed file with 23 additions and 0 deletions.
Expand Up @@ -614,6 +614,29 @@ In source mode, the command execution is carried out from within a new pod whose
</tr>
</table>

<table>
<tr>
<th>Field</th>
<td><code>.tolerations</code></td>
</tr>
<tr>
<th>Description</th>
<td>Flag to hold the tolerations for the probe pod</td>
</tr>
<tr>
<th>Type</th>
<td>Optional</td>
</tr>
<tr>
<th>Range</th>
<td>(type: []corev1.Tolerations</td>
</tr>
<tr>
<th>Notes</th>
<td>The <code>.tolerations</code> Flag to hold the Tolerations for the probe pod</td>
</tr>
</table>

<table>
<tr>
<th>Field</th>
Expand Down

0 comments on commit 516a7a0

Please sign in to comment.