[zh-cn] resync access/clusterrole-*.yaml
This commit is contained in:
parent
03747d2bfa
commit
d1fd2337b4
|
|
@ -22,7 +22,7 @@ rules:
|
||||||
resources:
|
resources:
|
||||||
- signers
|
- signers
|
||||||
resourceNames:
|
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:
|
verbs:
|
||||||
- approve
|
- approve
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,6 @@ rules:
|
||||||
resources:
|
resources:
|
||||||
- signers
|
- signers
|
||||||
resourceNames:
|
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:
|
verbs:
|
||||||
- sign
|
- sign
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ metadata:
|
||||||
intended to prevent/isolate access to those backends.
|
intended to prevent/isolate access to those backends.
|
||||||
labels:
|
labels:
|
||||||
rbac.authorization.k8s.io/aggregate-to-edit: "true"
|
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:
|
rules:
|
||||||
- apiGroups: [""]
|
- apiGroups: [""]
|
||||||
resources: ["endpoints"]
|
resources: ["endpoints"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue