Merge pull request #40824 from asa3311/sync-self-subject-review-v1alpha1.md

[zh-cn] sync self-subject-review-v1alpha1.md
pull/40833/head
Kubernetes Prow Robot 2023-04-24 23:22:25 -07:00 committed by GitHub
commit 7d6f179010
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -27,10 +27,11 @@ auto_generated: true
## SelfSubjectReview {#SelfSubjectReview}
<!--
SelfSubjectReview contains the user information that the kube-apiserver has about the user making this request. When using impersonation, users will receive the user info of the user being impersonated.
SelfSubjectReview contains the user information that the kube-apiserver has about the user making this request. When using impersonation, users will receive the user info of the user being impersonated. If impersonation or request header authentication is used, any extra keys will have their case ignored and returned as lowercase.
-->
SelfSubjectReview 包含 kube-apiserver 所拥有的与发出此请求的用户有关的用户信息。
使用伪装时,用户将收到被伪装用户的用户信息。
如果使用了伪装或请求头认证,任何额外的键将忽略其大小写并以小写形式返回。
<hr>