mirror of
https://github.com/zeromicro/go-zero.git
synced 2025-01-27 20:38:41 +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"]
|
||
|
|