mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-14 02:10:00 +08:00
10 lines
187 B
YAML
10 lines
187 B
YAML
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
||
|
|
kind: ClusterRole
|
||
|
|
metadata:
|
||
|
|
name: endpoints-reader
|
||
|
|
rules:
|
||
|
|
- apiGroups: [""]
|
||
|
|
resources: ["endpoints"]
|
||
|
|
verbs: ["get", "watch", "list"]
|
||
|
|
|