Skip to content

Commit d7c5a3e

Browse files
authored
Merge pull request #35000 from kinzhi/kinzhi162
[zh-cn]Update content/zh-cn/docs/reference/access-authn-authz/authorization.md
2 parents 5e24bf9 + 09cd901 commit d7c5a3e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

content/zh-cn/docs/reference/access-authn-authz/authorization.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,14 @@ PUT | update
158158
PATCH | patch
159159
DELETE | delete(针对单个资源)、deletecollection(针对集合)
160160

161+
{{< caution >}}
162+
<!--
163+
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.
164+
-->
165+
`get``list``watch` 动作都可以返回一个资源的完整详细信息。就返回的数据而言,它们是等价的。
166+
例如,对 `secrets` 使用 `list` 仍然会显示所有已返回资源的 `data` 属性。
167+
{{< /caution >}}
168+
161169
<!--
162170
Kubernetes sometimes checks authorization for additional permissions using specialized verbs. For example:
163171

0 commit comments

Comments
 (0)