File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
content/zh-cn/examples/access
certificate-signing-request Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
resources :
23
23
- signers
24
24
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” 域中的所有签名者授权
26
26
verbs :
27
27
- approve
28
28
Original file line number Diff line number Diff line change 22
22
resources :
23
23
- signers
24
24
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” 域中的所有签名者授权
26
26
verbs :
27
27
- sign
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ metadata:
11
11
intended to prevent/isolate access to those backends.
12
12
labels :
13
13
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
15
15
rules :
16
16
- apiGroups : [""]
17
17
resources : ["endpoints"]
You can’t perform that action at this time.
0 commit comments