Skip to content

Commit 8c5e6dc

Browse files
authored
break the long lines
break the long lines
1 parent 237850d commit 8c5e6dc

File tree

1 file changed

+23
-10
lines changed

1 file changed

+23
-10
lines changed

content/zh/docs/reference/access-authn-authz/admission-controllers.md

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -208,38 +208,51 @@ Rejects all requests. AlwaysDeny is DEPRECATED as no real meaning.
208208
### CertificateApproval
209209

210210
<!--
211-
This admission controller observes requests to 'approve' CertificateSigningRequest resources and performs additional authorization checks to ensure the approving user has permission to approve certificate requests with the spec.signerName requested on the CertificateSigningRequest resource.
211+
This admission controller observes requests to 'approve' CertificateSigningRequest resources
212+
and performs additional authorization checks to ensure the approving user has permission
213+
to approve certificate requests with the spec.signerName requested on the CertificateSigningRequest resource.
212214
-->
213215

214-
此准入控制器获取“审批” CertificateSigningRequest 资源的请求并执行额外的授权检查,以确保审批请求的用户有权限审批 `spec.signerName` 请求 CertificateSigningRequest 资源的证书请求。
216+
此准入控制器获取“审批” CertificateSigningRequest 资源的请求并执行额外的授权检查,
217+
以确保审批请求的用户有权限审批 `spec.signerName` 请求 CertificateSigningRequest 资源的证书请求。
215218

216219
<!--
217-
See Certificate Signing Requests for more information on the permissions required to perform different actions on CertificateSigningRequest resources.
220+
See Certificate Signing Requests for more information on the permissions required
221+
to perform different actions on CertificateSigningRequest resources.
218222
-->
219223

220-
有关对证书签名请求资源执行不同操作所需权限的详细信息,请参阅[证书签名请求](/docs/reference/access-authn-authz/certificate-signing-requests/)
224+
有关对证书签名请求资源执行不同操作所需权限的详细信息,
225+
请参阅[证书签名请求](/docs/reference/access-authn-authz/certificate-signing-requests/)
221226

222227
### CertificateSigning
223228

224229
<!--
225-
This admission controller observes updates to the status.certificate field of CertificateSigningRequest resources and performs an additional authorization checks to ensure the signing user has permission to sign certificate requests with the spec.signerName requested on the CertificateSigningRequest resource.
230+
This admission controller observes updates to the status.certificate field of CertificateSigningRequest resources
231+
and performs an additional authorization checks to ensure the signing user has permission
232+
to sign certificate requests with the spec.signerName requested on the CertificateSigningRequest resource.
226233
-->
227234

228-
此准入控制器获取 CertificateSigningRequest 资源的 `status.certificate` 字段更新请求并执行额外的授权检查,以确保签发证书的用户有权限为 `spec.signerName` 请求 CertificateSigningRequest 资源的证书请求`签发`证书。
235+
此准入控制器获取 CertificateSigningRequest 资源的 `status.certificate` 字段更新请求并执行额外的授权检查,
236+
以确保签发证书的用户有权限为 `spec.signerName` 请求 CertificateSigningRequest 资源的证书请求`签发`证书。
229237

230238
<!--
231-
See Certificate Signing Requests for more information on the permissions required to perform different actions on CertificateSigningRequest resources.
239+
See Certificate Signing Requests for more information on the permissions required
240+
to perform different actions on CertificateSigningRequest resources.
232241
-->
233242

234-
有关对证书签名请求资源执行不同操作所需权限的详细信息,请参阅[证书签名请求](/docs/reference/access-authn-authz/certificate-signing-requests/)
243+
有关对证书签名请求资源执行不同操作所需权限的详细信息,
244+
请参阅[证书签名请求](/docs/reference/access-authn-authz/certificate-signing-requests/)
235245

236246
### CertificateSubjectRestrictions
237247

238248
<!--
239-
This admission controller observes creation of CertificateSigningRequest resources that have a spec.signerName of kubernetes.io/kube-apiserver-client. It rejects any request that specifies a 'group' (or 'organization attribute') of system:masters.
249+
This admission controller observes creation of CertificateSigningRequest resources
250+
that have a spec.signerName of kubernetes.io/kube-apiserver-client. It rejects any request
251+
that specifies a 'group' (or 'organization attribute') of system:masters.
240252
-->
241253

242-
此准入控制器获取具有 `kubernetes.io/kube-apiserver-client``spec.signerName` 的 CertificateSigningRequest 资源创建请求,它拒绝任何包含了 `system:masters` 一个“组”(或者“组织”)的请求。
254+
此准入控制器获取具有 `kubernetes.io/kube-apiserver-client``spec.signerName` 的 CertificateSigningRequest 资源创建请求,
255+
它拒绝任何包含了 `system:masters` 一个“组”(或者“组织”)的请求。
243256

244257
### DefaultStorageClass {#defaultstorageclass}
245258

0 commit comments

Comments
 (0)