From d1fd2337b42b17b865751b2b178ded7b56d99c6c Mon Sep 17 00:00:00 2001 From: windsonsea Date: Wed, 29 Jun 2022 15:30:03 +0800 Subject: [PATCH] [zh-cn] resync access/clusterrole-*.yaml --- .../access/certificate-signing-request/clusterrole-approve.yaml | 2 +- .../access/certificate-signing-request/clusterrole-sign.yaml | 2 +- content/zh-cn/examples/access/endpoints-aggregated.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/zh-cn/examples/access/certificate-signing-request/clusterrole-approve.yaml b/content/zh-cn/examples/access/certificate-signing-request/clusterrole-approve.yaml index e5bcfdc44e..cfdd311b4f 100644 --- a/content/zh-cn/examples/access/certificate-signing-request/clusterrole-approve.yaml +++ b/content/zh-cn/examples/access/certificate-signing-request/clusterrole-approve.yaml @@ -22,7 +22,7 @@ rules: resources: - signers resourceNames: - - example.com/my-signer-name # example.com/* can be used to authorize for all signers in the 'example.com' domain + - example.com/my-signer-name # example.com/* 可用于为 “example.com” 域中的所有签名者授权 verbs: - approve diff --git a/content/zh-cn/examples/access/certificate-signing-request/clusterrole-sign.yaml b/content/zh-cn/examples/access/certificate-signing-request/clusterrole-sign.yaml index 6d1a2f7882..e2e3f71ad6 100644 --- a/content/zh-cn/examples/access/certificate-signing-request/clusterrole-sign.yaml +++ b/content/zh-cn/examples/access/certificate-signing-request/clusterrole-sign.yaml @@ -22,6 +22,6 @@ rules: resources: - signers resourceNames: - - example.com/my-signer-name # example.com/* can be used to authorize for all signers in the 'example.com' domain + - example.com/my-signer-name # example.com/* 可用于为 “example.com” 域中的所有签名者授权 verbs: - sign diff --git a/content/zh-cn/examples/access/endpoints-aggregated.yaml b/content/zh-cn/examples/access/endpoints-aggregated.yaml index 41cd12164a..02eeaa4a47 100644 --- a/content/zh-cn/examples/access/endpoints-aggregated.yaml +++ b/content/zh-cn/examples/access/endpoints-aggregated.yaml @@ -11,7 +11,7 @@ metadata: intended to prevent/isolate access to those backends. labels: rbac.authorization.k8s.io/aggregate-to-edit: "true" - name: custom:aggregate-to-edit:endpoints # you can change this if you wish + name: custom:aggregate-to-edit:endpoints # 你可以随意愿更改这个 name rules: - apiGroups: [""] resources: ["endpoints"]