Merge pull request #34695 from windsonsea/accessyaml

[zh-cn] resync access/clusterrole-*.yaml
This commit is contained in:
Kubernetes Prow Robot 2022-06-29 04:54:05 -07:00 committed by GitHub
commit d5c91c4d81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"]