[zh-cn] resync access/clusterrole-*.yaml

This commit is contained in:
windsonsea 2022-06-29 15:30:03 +08:00
parent 03747d2bfa
commit d1fd2337b4
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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"]