Guest User

Untitled

a guest
Oct 17th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. kind: ClusterRole
  2. apiVersion: rbac.authorization.k8s.io/v1
  3. metadata:
  4. namespace: deis
  5. name: list-services
  6. rules:
  7. - apiGroups: [""]
  8. resources: ["services", "endpoints", "pods"]
  9. verbs: ["get", "list"]
Add Comment
Please, Sign In to add comment