Merge pull request #32907 from Sea-n/fix-zh

[zh] Fix Markdown format
This commit is contained in:
Kubernetes Prow Robot 2022-04-15 03:31:10 -07:00 committed by GitHub
commit 3bbffadea1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -50,7 +50,7 @@ kube-apiserver --authorization-mode=Example,RBAC --<其他选项> --<其他选
The RBAC API declares four kinds of Kubernetes object: _Role_, _ClusterRole_, The RBAC API declares four kinds of Kubernetes object: _Role_, _ClusterRole_,
_RoleBinding_ and _ClusterRoleBinding_. You can _RoleBinding_ and _ClusterRoleBinding_. You can
[describe objects](/docs/concepts/overview/working-with-objects/kubernetes-objects/#understanding-kubernetes-objects), [describe objects](/docs/concepts/overview/working-with-objects/kubernetes-objects/#understanding-kubernetes-objects),
or amend them, using tools such as `kubectl,` just like any other Kubernetes object. or amend them, using tools such as `kubectl`, just like any other Kubernetes object.
--> -->
## API 对象 {#api-overview} ## API 对象 {#api-overview}