Merge pull request #43032 from XuHandsome/patch-1

fix: Correct typos
pull/43078/head
Kubernetes Prow Robot 2023-09-16 05:46:12 -07:00 committed by GitHub
commit 26a92cb2f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ using tools such as `kubectl`, just like any other Kubernetes object.
RBAC API 声明了四种 Kubernetes 对象:**Role**、**ClusterRole**、**RoleBinding** 和
**ClusterRoleBinding**。你可以像使用其他 Kubernetes 对象一样,
通过类似 `kubectl` 这类工具描述或修补 RBAC
通过类似 `kubectl` 这类工具描述或修补 RBAC
{{< glossary_tooltip text="对象" term_id="object" >}}。
{{< caution >}}
@ -567,7 +567,7 @@ Here is an example that allows access to perform any current and future action o
all current and future resources in the `example.com` API group.
This is similar to the built-in `cluster-admin` role.
-->
你可愈使用通配符 `*` 可以批量引用所有的 `resources`、`apiGroups` 和 `verbs` 对象, 无需逐一引用。
你可以使用通配符 `*` 批量引用所有的 `resources`、`apiGroups` 和 `verbs` 对象,无需逐一引用。
对于 `nonResourceURLs`,你可以将通配符 `*` 作为后缀实现全局通配,
对于 `resourceNames`,空集表示没有任何限制。
下面的示例对 `example.com` API 组中所有当前和未来资源执行所有动作。