Skip to content

Commit d5c91c4

Browse files
authored
Merge pull request #34695 from windsonsea/accessyaml
[zh-cn] resync access/clusterrole-*.yaml
2 parents 597e366 + d1fd233 commit d5c91c4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

content/zh-cn/examples/access/certificate-signing-request/clusterrole-approve.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rules:
2222
resources:
2323
- signers
2424
resourceNames:
25-
- example.com/my-signer-name # example.com/* can be used to authorize for all signers in the 'example.com' domain
25+
- example.com/my-signer-name # example.com/* 可用于为 “example.com” 域中的所有签名者授权
2626
verbs:
2727
- approve
2828

content/zh-cn/examples/access/certificate-signing-request/clusterrole-sign.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ rules:
2222
resources:
2323
- signers
2424
resourceNames:
25-
- example.com/my-signer-name # example.com/* can be used to authorize for all signers in the 'example.com' domain
25+
- example.com/my-signer-name # example.com/* 可用于为 “example.com” 域中的所有签名者授权
2626
verbs:
2727
- sign

content/zh-cn/examples/access/endpoints-aggregated.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
intended to prevent/isolate access to those backends.
1212
labels:
1313
rbac.authorization.k8s.io/aggregate-to-edit: "true"
14-
name: custom:aggregate-to-edit:endpoints # you can change this if you wish
14+
name: custom:aggregate-to-edit:endpoints # 你可以随意愿更改这个 name
1515
rules:
1616
- apiGroups: [""]
1717
resources: ["endpoints"]

0 commit comments

Comments
 (0)