Skip to content

Commit dbfb690

Browse files
authored
Merge pull request #52993 from my-git9/npe-13380
[zh-cn]sync client-authentication.v1beta1.md
2 parents 22e8730 + e7fe256 commit dbfb690

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/zh-cn/docs/reference/config-api/client-authentication.v1beta1.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ExecCredential 由基于 exec 的插件使用,与 HTTP 传输组件沟通凭
2828
<table class="table">
2929
<thead><tr><th width="30%"><!--Field-->字段</th><th><!--Description-->描述</th></tr></thead>
3030
<tbody>
31-
31+
3232
<tr><td><code>apiVersion</code><br/>string</td><td><code>client.authentication.k8s.io/v1beta1</code></td></tr>
3333
<tr><td><code>kind</code><br/>string</td><td><code>ExecCredential</code></td></tr>
3434

@@ -41,10 +41,10 @@ ExecCredential 由基于 exec 的插件使用,与 HTTP 传输组件沟通凭
4141
Spec holds information passed to the plugin by the transport.
4242
-->
4343

44-
字段 spec 包含由 HTTP 传输组件传递给插件的信息。
44+
字段 <code>spec</code> 包含由 HTTP 传输组件传递给插件的信息。
4545
</td>
4646
</tr>
47-
47+
4848
<tr>
4949
<td><code>status</code><br/>
5050
<a href="#client-authentication-k8s-io-v1beta1-ExecCredentialStatus"><code>ExecCredentialStatus</code></a>
@@ -55,7 +55,7 @@ ExecCredential 由基于 exec 的插件使用,与 HTTP 传输组件沟通凭
5555
should use to contact the API.
5656
-->
5757

58-
字段 status 由插件填充,包含传输组件与 API 服务器连接时需要提供的凭据。
58+
字段 <code>status</code> 由插件填充,包含传输组件与 API 服务器连接时需要提供的凭据。
5959
</td>
6060
</tr>
6161

@@ -312,7 +312,7 @@ exec 插件本身至少应通过文件访问许可来实施保护。
312312

313313
<tr>
314314
<td><code>expirationTimestamp</code><br/>
315-
<a href="https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.33/#time-v1-meta"><code>meta/v1.Time</code></a>
315+
<a href="https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.34/#time-v1-meta"><code>meta/v1.Time</code></a>
316316
</td>
317317
<td>
318318
<!--

0 commit comments

Comments
 (0)