Deployed 6e26bdd to main with MkDocs 1.5.3 and mike 2.0.0

This commit is contained in:
ethfoo 2023-12-19 08:20:17 +00:00
parent 8e3b8023be
commit 5258c613cd
3 changed files with 8 additions and 8 deletions

View File

@ -2959,28 +2959,28 @@
<td>array</td>
<td>非必填</td>
<td></td>
<td>通过该label来匹配Pods支持使用<code>*</code>来匹配所有的value比如<code>app: *</code></td>
<td>目前支持Deployment、DaemonSet、CronJob、Job、StatefulSet不写就是全部</td>
</tr>
<tr>
<td>nameSelector</td>
<td>array</td>
<td>必填</td>
<td>必填</td>
<td></td>
<td>通过该label来匹配Pods支持使用<code>*</code>来匹配所有的value比如<code>app: *</code></td>
<td>负载名字,不写就是全部</td>
</tr>
<tr>
<td>namespaceSelector</td>
<td>array</td>
<td>必填</td>
<td>必填</td>
<td></td>
<td>通过该label来匹配Pods支持使用<code>*</code>来匹配所有的value比如<code>app: *</code></td>
<td>命名空间,只匹配指定命名空间下的负载,不写就是全部</td>
</tr>
<tr>
<td>excludeNamespaceSelector</td>
<td>array</td>
<td>必填</td>
<td>必填</td>
<td></td>
<td>通过该label来匹配Pods支持使用<code>*</code>来匹配所有的value比如<code>app: *</code></td>
<td>排除一部分命名空间</td>
</tr>
</tbody>
</table>

File diff suppressed because one or more lines are too long

Binary file not shown.