From 09cd90197db90180e02526b39b723115e7d656ae Mon Sep 17 00:00:00 2001 From: Kinzhi Date: Thu, 14 Jul 2022 00:37:53 +0800 Subject: [PATCH] [zh-cn]Update content/zh-cn/docs/reference/access-authn-authz/authorization.md [zh-cn]Update content/zh-cn/docs/reference/access-authn-authz/authorization.md [zh-cn]Update content/zh-cn/docs/reference/access-authn-authz/authorization.md --- .../docs/reference/access-authn-authz/authorization.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/zh-cn/docs/reference/access-authn-authz/authorization.md b/content/zh-cn/docs/reference/access-authn-authz/authorization.md index fbac09ef60..ba70c2b36d 100644 --- a/content/zh-cn/docs/reference/access-authn-authz/authorization.md +++ b/content/zh-cn/docs/reference/access-authn-authz/authorization.md @@ -158,6 +158,14 @@ PUT | update PATCH | patch DELETE | delete(针对单个资源)、deletecollection(针对集合) +{{< caution >}} + +`get`、`list` 和 `watch` 动作都可以返回一个资源的完整详细信息。就返回的数据而言,它们是等价的。 +例如,对 `secrets` 使用 `list` 仍然会显示所有已返回资源的 `data` 属性。 +{{< /caution >}} +