clusterrole.yaml 187 B

123456789
  1. apiVersion: rbac.authorization.k8s.io/v1
  2. kind: ClusterRole
  3. metadata:
  4. name: endpoints-reader
  5. rules:
  6. - apiGroups: [""]
  7. resources: ["endpoints"]
  8. verbs: ["get", "watch", "list"]