Skip to content

Commit 54565b8

Browse files
authored
Merge pull request #34822 from twilight0620/patch-1
[zh]Fix issues of abac.md
2 parents 05aeae9 + 51e5efc commit 54565b8

File tree

1 file changed

+2
-2
lines changed
  • content/zh-cn/docs/reference/access-authn-authz

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@ properties:
8080
`system:unauthenticated` 匹配所有未经过身份验证的请求。
8181
- 资源匹配属性:
8282
- `apiGroup`,字符串类型;一个 API 组。
83-
- `apps`, `networking.k8s.io`
83+
- 例如`apps``networking.k8s.io`
8484
- 通配符:`*`匹配所有 API 组。
8585
- `namespace`,字符串类型;一个命名空间。
8686
- 例如:`kube-system`
8787
- 通配符:`*`匹配所有资源请求。
8888
- `resource`,字符串类型;资源类型。
89-
- `pods`, `deployments`
89+
- 例如`pods``deployments`
9090
- 通配符:`*`匹配所有资源请求。
9191
- 非资源匹配属性:
9292
- `nonResourcePath`,字符串类型;非资源请求路径。

0 commit comments

Comments
 (0)