Merge pull request #35000 from kinzhi/kinzhi162

[zh-cn]Update content/zh-cn/docs/reference/access-authn-authz/authorization.md
This commit is contained in:
Kubernetes Prow Robot 2022-07-16 23:37:19 -07:00 committed by GitHub
commit d7c5a3eac2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -158,6 +158,14 @@ PUT | update
PATCH | patch
DELETE | delete针对单个资源、deletecollection针对集合
{{< caution >}}
<!--
The `get`, `list` and `watch` verbs can all return the full details of a resource. In terms of the returned data they are equivalent. For example, `list` on `secrets` will still reveal the `data` attributes of any returned resources.
-->
`get`、`list` 和 `watch` 动作都可以返回一个资源的完整详细信息。就返回的数据而言,它们是等价的。
例如,对 `secrets` 使用 `list` 仍然会显示所有已返回资源的 `data` 属性。
{{< /caution >}}
<!--
Kubernetes sometimes checks authorization for additional permissions using specialized verbs. For example: