Skip to content

Commit cec9788

Browse files
committed
fix: Correct typos
1 parent eb1ead1 commit cec9788

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/rbac.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ using tools such as `kubectl`, just like any other Kubernetes object.
6464

6565
RBAC API 声明了四种 Kubernetes 对象:**Role****ClusterRole****RoleBinding**
6666
**ClusterRoleBinding**。你可以像使用其他 Kubernetes 对象一样,
67-
通过类似 `kubectl` 这类工具描述或修补 RBAC
67+
通过类似 `kubectl` 这类工具描述或修补 RBAC
6868
{{< glossary_tooltip text="对象" term_id="object" >}}。
6969

7070
{{< caution >}}
@@ -567,7 +567,7 @@ Here is an example that allows access to perform any current and future action o
567567
all current and future resources in the `example.com` API group.
568568
This is similar to the built-in `cluster-admin` role.
569569
-->
570-
你可愈使用通配符 `*` 可以批量引用所有的 `resources`、`apiGroups` 和 `verbs` 对象, 无需逐一引用。
570+
你可以使用通配符 `*` 批量引用所有的 `resources`、`apiGroups` 和 `verbs` 对象,无需逐一引用。
571571
对于 `nonResourceURLs`,你可以将通配符 `*` 作为后缀实现全局通配,
572572
对于 `resourceNames`,空集表示没有任何限制。
573573
下面的示例对 `example.com` API 组中所有当前和未来资源执行所有动作。

0 commit comments

Comments
 (0)